AWS Lambda

Shwetadabgar
May 18, 2021
  1. Login to your aws account and click on the service Lambda.

https://console.aws.amazon.com/

2. Click on create function.

3. Based on what you want select the options to create. I will be selecting from Scratch option.

4. Add a function name and create the function.

5. Lambda function is used as webhook for Alexa and other services. Slect the trigger suitable for the task.

6. You can either code in the inbuilt editor or upload a zipped file/folder.

7. Once the zipped folder/file is uploaded it can be published.

--

--