https://github.com/andrejmaya/amplify-react
AWS Amplify React Docker Fargate Github Actions Example
https://github.com/andrejmaya/amplify-react
Last synced: 26 days ago
JSON representation
AWS Amplify React Docker Fargate Github Actions Example
- Host: GitHub
- URL: https://github.com/andrejmaya/amplify-react
- Owner: andrejmaya
- Created: 2020-05-01T16:20:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T07:28:13.000Z (over 2 years ago)
- Last Synced: 2025-03-02T05:27:44.797Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Amplify React Docker Fargate Github Actions Example


## Prerequisites
* npm
* yarn
* ECR repository (see `ECR_REPOSITORY` in [pipeline.yml](./.github/workflows/pipeline.yml))
* Amplify IAM user with `AdministratorAccess` policy
* Github Actions IAM user with these policies:
* `AmazonEC2FullAccess`
* `IAMFullAccess`
* `ElasticLoadBalancingFullAccess`
* `CloudWatchLogsFullAccess`
* `AmazonECS_FullAccess`
* `AmazonEC2ContainerRegistryPowerUser`
* `AWSCloudFormationFullAccess`
## Getting started
```
npm install -g @aws-amplify/cli
npm i --save @aws-amplify/ui
amplify init
amplify add auth
amplify push
yarn add aws-amplify aws-amplify-react aws-amplify-react-native
npm start
```
## Deployment
For deployment options, see [pipeline.yml](./.github/workflows/pipeline.yml)