Kodekloud - 100 Days of cloud (AWS) Day 34: Create a Lambda Function Using CLI
Step 1:
Create a file lambda_function.py and paste the following code shown below
Check the code using cat command.
Step 2:
Zip the lambda file (function.zip) to function.zip
do ls -l
Then check the identity using following command shown belo...
devops1001.hashnode.dev1 min read