Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What does aws config do for aws lambda?


Asked by Briana Patton on Nov 29, 2021 FAQ



AWS Config allows you to codify your compliance with custom rules in AWS Lambda that define your internal best practices and guidelines for resource configurations. Using Config, you can automate assessment of your resource configurations and resource changes to ensure continuous compliance and self-governance across your AWS infrastructure.
Additionally,
You can configure the following items for a published function version: To configure functions with the Lambda API, use the following actions: UpdateFunctionCode – Update the function's code. UpdateFunctionConfiguration – Update version-specific settings. TagResource – Tag a function.
Likewise, Each rule is associated with an AWS Lambda function, which contains the evaluation logic for the rule. When AWS Config evaluates your resources, it invokes the rule's AWS Lambda function.
In addition,
Here, are some major differences between AWS Lambda and Elastic Beanstalk. Deploy and manage the apps on AWS Cloud without worrying about the infrastructure which runs those applications. AWS Lambda is used for running and executing your Back-end code. You can’t use it to deploy an application.
Also,
AWS Lambda entirely relies on AWS for the infrastructure, so you can’t install any additional software if your code demands it. AWS Lambda completely depended on AWS for the infrastructure; you cannot install anything additional software if your code demands it. Its memory volume can vary between 128 to 1536 MB.