githubEdit

Managing functions

circle-info

This page was generated from content adapted from the AWS Developer Guidearrow-up-right

Tutorial - Lambda with CLI

Networking

  • Tip If your function already includes a VPC configuration from a previous API request, you can send an UpdateFunctionConfiguration request without the VPC configuration.

  • Note Several AWS services offer VPC endpointsarrow-up-right. You can use VPC endpoints to connect to AWS services from within a VPC without internet access.

Interface VPC endpoints

  • Note You need to include both the qualified and the unqualified function ARN in the resource.

File system

Code signing

  • Note Functions defined as container images do not support code signing.

Using layers

  • Note Make sure that the layers that you add to a function are compatible with the runtime and instruction set architecture of the function.

Last updated