Deploying functions

This page was generated from content adapted from the AWS Developer Guide

.zip file archives

  • Note You cannot convert an existing container image function to use a .zip file archive. You must create a new function.

  • Note The Lambda console uses AWS Cloud9 to provide an integrated development environment in the browser. You can also use AWS Cloud9 to develop Lambda functions in your own environment. For more information, see Working with Lambda Functions in the AWS Cloud9 user guide.

Container images

  • Note You cannot convert an existing container image function to use a .zip file archive. You must create a new function.

  • Note On Windows, some Bash CLI commands that you commonly use with Lambda (such as zip) are not supported by the operating system's built-in terminals. To get a Windows-integrated version of Ubuntu and Bash, install the Windows Subsystem for Linux.

  • Note For the override settings, make sure that you enclose each string in quotation marks (" ").

  • Note You cannot change the package-type of a function.

  • Note If you declare an ImageConfig property in your AWS CloudFormation template, you must provide values for all three of the ImageConfig properties.

Last updated