This project contains the infrastructure as code for the WildRydes application. It includes Terraform configurations for provisioning AWS resources, such as Lambda functions, API Gateway endpoints, DynamoDB tables, AWS Amplify, AWS Cognito.
To deploy the WildRydes application, follow these steps:
- Clone this repository to your local machine.
- Install Terraform and configure AWS credentials.
- Run Terraform commands to apply the infrastructure changes.
- To clone the "Wild Rydes" repository, use:
aws s3 cp s3://wildrydes-us-east-1/WebApplication/1_StaticWebHosting/website ./ --recursive
! Make sure you replace the attributes in "config.js" with your acual atttributes such as, User Pool Id, ClientID, region and your api invoke url.
After deploying the infrastructure, you can interact with the WildRydes application through the provided API endpoints. Refer to the API documentation for details on available endpoints and their usage.