This section covers cloning the Weather Platform project, understanding its architecture, and deploying the Amplify backend with the correct configuration.
The Weather Platform uses AWS Amplify Gen 2 with a custom backend configuration that includes:
In this section, you will:
ws1-amplify
profileThis section uses the ws1-amplify
AWS profile. Make sure your profile is configured before proceeding.
Before starting, ensure you have:
ws1-amplify
profilews1-amplify
profileAmplify backend runs CloudFormation under the hood, making it quick to deploy sandbox infrastructure and easily integrate with existing projects. The sandbox environment allows rapid development and testing before production deployment.
Development Cleanup: For sandbox environments, you can easily delete all resources with a single command: npx ampx sandbox delete --profile ws1-amplify
. See Section 6: Resource Cleanup for complete cleanup procedures.