aws-architect-cf-macros

AWS Architect related macros

Usage no npm install needed!

<script type="module">
  import awsArchitectCfMacros from 'https://cdn.skypack.dev/aws-architect-cf-macros';
</script>

README

aws-architect-cf-macros

Lambda function code to execute cloudformation macros which can simplify aws architect CF templates.

This library contains both the npm package source code to be deployed and a CF template to do the deployment.

Recommendation

After reviewing the source code to make sure there isn't anything in there you don't want in your AWS region for CF.

  npm install -g aws-architect-cf-macros
  aws-architect-cf-macros deploy TMP_DEPLOYMENT_BUCKET --profile PROFILE_NAME --region AWS_REGION

Parameters profile and region are optional. If not specified, take the default depending on your AWS settings.