The Frontend Repo is here: Frontend Git Repo
You can open the application ππON GITHUB PAGES
- Clone the repository.
- Create a new IAM user for having the right of creating new lambda functions.
- Create a new Role for adding the policies for adding items in database and creating logs for the lambda function.
- Create a dynamoDB database with the name "simpleItems".
- Create a Lambda function with the name "simpleItem-create"(this is needed for the CI/CD deploy).
- Create a gateway and create a POST method for the "simpleItem-create" function.
- Add this variables in Github secrets for CI/CD - "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION"