Creating a Macros

https://github.com/awslabs/aws-cloudformation-templates/tree/master/aws/services/CloudFormation/MacrosExamples/Count export AWS_PROFILE=<profile> Failed to create the changeset: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state: For expression “Status” we matched expected path: “FAILED” Status: FAILED. Reason: Requires capabilities : [CAPABILITY_IAM] No transform named 225491667295::Count found. but the stack that was using the macros was in make sure that[…]

Read More »

Object is not generic

all this means is that AwsSocket does not allow for types to be changed dynamically. in typescript, you can pass types. You can then reference them in your code and apply them to other objects later. Basically you can pass around types and apply them to whoever you want.

Read More »