fairmartsg/amplify-cli-action
This action builds and deploys your AWS Amplify project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_dir | the root project directory: use it if you amplify project is not this repo root directory | no | — |
| source_dir | front-end source location where aws_exports.js will be generated | no | src |
| distribution_dir | front-end artifacts deployment directory that gets uploaded to S3 during amplify publish | no | dist |
| build_command | a build command to run with amplify publish (to build front-end deployment artifacts) | no | npm run build |
| amplify_env | amplify environment to use | yes | — |
| amplify_command | amplify command: SUPPORTED: [configure, push, publish, pull, status, add_env, delete_env] | yes | — |
| amplify_cli_version | version of amplify/cli used | no | — |
| delete_lock | deletion protection: explicitly set this to false if you want amplify delete to work | no | true |
| amplify_arguments | additional arguments to pass to ampify_command defined command | no | "" |
Outputs
no outputs