- Newest
- Most votes
- Most comments
Hello.
A official tutorial on developing/creating a Lambda function con VS Code
If you are developing with VSCode, why not try using AWS Toolkit for VS Code?
https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/remote-lambda.html
If you want to create AWS resources with IaC, I think it's a good idea to use AWS SAM.
https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/sam-get-started.html
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html
Deploy it via command line
You can use AWS SAM to deploy from the command line.
If you don't mind zipping the Lambda code, you can also use the AWS CLI.
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-getting-started-hello-world.html
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-awscli.html
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 9 months ago
Thank you very much