In AWS Lambda, how are Lambda Layers applied to a function?

  • By attaching them to a function's configuration
  • By configuring networking settings
  • By creating separate Lambda functions
  • By embedding them in function code
Lambda Layers are applied to a function in AWS Lambda by attaching them to the function's configuration, either via the AWS Management Console, AWS CLI, or AWS SDKs, allowing the function to access the shared code and dependencies during execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *