0

I am trying to understand how AWS Cloud9 works with AWS Lambda alias and version system.

When deploying a lambda from Cloud9, does it always deploy on $LATEST ? When importing a lambda in Cloud9, does it always import $LATEST ?

Can we choose versions ? Can we choose alias ?

If this is somewhere is the doc, sorry, I just can't find it.

Hugo
  • 1,195
  • 2
  • 12
  • 36

1 Answers1

0

The Lambda section of the AWS Resources window in the AWS Cloud9 IDE currently does not provide any features for working with Lambda function versions or aliases. Instead, you can use the terminal in the IDE to run the AWS CLI and AWS SAM CLI with the corresponding commands, actions, and arguments. For details, see the following: