How to create a lambda function using serverless 2019

Опубликовано: 02 Октябрь 2024
на канале: AWS With Atiq
247
6

In this tutorial, I will show the following.
1. How to install serverless.
2. Create IAM user for serverless.
3. Configure aws api key and secret into aws-cli.
4. Create a project using serverless.
5. Modify the serverless.yml file based on choice.
6. Deploy this function to aws.
7. View the newly created stack in cloudformation.
8. Execute the lambda function and view logs in cloudwatch.
9. My other video on how to install npm    • How to install NodeJS using NVM 2019