@monstermakes/larry-environment
v0.0.9
Published
Tooling to build and maintaing larry cloud applications.
Downloads
65
Readme
larry-environment
Description
Represents the tooling and libraries needed to deploy and maintain a cloud based environment.
TODO Talk to the fact that there is an AWS version only at this point
Aws Environment Developer Notes
If you are locally testing you can customize the cli by setting these ENV variables:
- AWS_SSO_START_URL
- This is the aws sso start url (https://<ACCT_SPECIFIC_INFO_HERE>.awsapps.com/start#/)
- AWS_PROFILE
- The name of the AWS_PROFILE to use (<ACCT_NAME>__<ROLE_NAME>)
- ENVIRONMENT_CLOUDFORMATION_DIR
- The local path to the cloudformation templates that represent this AWS environment
AWS Environment TODOs
- Add support for Parameters with
AllowedPattern
- Currently the AllowedPattern does not come in the response from the getTemplateSummary call
- I added support issue https://github.com/aws/aws-sdk-js/issues/2519 to the git repo, asking for help