Project-level configurations
Apply tags to generated resources
Learn how to stay organized with your Amplify-generated AWS resources by tagging them through the CLI
IAM Permissions Boundary for Amplify-generated roles
Apply a Permissions Boundary to all IAM Roles created by Amplify CLI.
Command hooks
Execute custom scripts before, during, and after Amplify CLI commands (“amplify push”, “amplify api gql-compile”, and more).
Monorepo project structure
Learn how to set up monorepo workflows with Amplify CLI
Override Amplify-generated project-level IAM resources
The 'amplify override project' command generates a developer-configurable 'overrides' TypeScript file that provides Amplify-generated IAM roles for authenticated and unauthenticated as CDK constructs. For example, developers can run 'amplify override project' to change the authenticated and unauthenticated IAM role names to comply with organization-specific naming conventions.
Troubleshooting
Information to troubleshoot common Amplify CLI project errors.