This AWS CloudFormation application configures resources often shared by many other services on AWS. It exports their respective Amazon Resource Names (ARNs) or logical identifiers (IDs) to help define application lineage.
It should be deployed before deploying any further AWS applications.
It includes the following resources:
- The
lambda-testevent-schemas
Eventbridge schemas registry, used to share AWS Lambda test events with other users in the same AWS account; - IAM roles required by CloudFormation to deploy StackSets to this account, across multiple regions.
This CloudFormation template requires the following parameters to be overwritten:
Parameter name | Required | Value(s) | Description |
---|---|---|---|
TagApplication |
No | Default: bootstrap | A unique, friendly name used to identify resources deployed by this stack. |
TagEnvironment |
Yes | Allowed values: dev / prod | The target environment name will be tagged to all deployed resources and used to determine environment-specific configurations. |
- Build and deploy the stack with AWS SAM CLI:
sam build sam deploy --guided