Running version: https://ywxzcp9yp2.execute-api.us-east-1.amazonaws.com/default/CIS470-Activity-6
Experiment with the use of AWS Lambda functions, and deploy them to AWS Lambda. Run a CI/CD pipeline to deploy your Lambda function to AWS Lambda.
You can fork the repository here and create a new repository. or You can start your repository.
You will need to go to the AWS console and create an account: https://aws.amazon.com/free Note that Lambda is free.
Create a new Lambda function in your AWS account. The Lambda function name should be CIS470-Activity-6.
Now you should see a new Lambda function. The missing part is the code and the trigger. Add a new trigger.
5. In the trigger section, select AWS API Gateway and click Next (refer to the attached screenshot).
In order to deploy to Lambda, you need to have the access key and the secret key. Check the video below to see how you can make the access key and secret key. Also, follow the video steps to add the keys to your GitHub repository secret keys.
AWS_User.mp4
Running lambda function in AWS Lambda: Include the link to the running lambda function.
In the next Activity, we will use this lambda function to add test, and run it.
Triggering GitHub Actions again Triggering after updating secrets




