SAM v1.27 Release
Community Contributors to this Release
Add Tracing property to State Machine resource
Adding the Tracing property to the Step Functions State Machine resource to pass X-Ray tracing configuration to the TracingConfiguration property for State Machine CloudFormation resource.
Add support for dynamic references in property "ResourcePolicyStatement"
Add support for dynamic references in property "ResourcePolicyStatement".
New properties are added to pass in dynamic references: IntrinsicVpcBlacklist/IntrinsicVpceBlacklist/IntrinsicVpcWhitelist/IntrinsicVpceWhitelist
Example:
ResourcePolicy:
IntrinsicVpcBlacklist:
# Note: The dynamic reference should be defined before usage.
- '{{resolve:ssm:SomeVPCReference:1}}'
Add support for objects in property "CompatibleRuntimes".
Issue #809 is fixed. Allow passing in reference objects to CompatibleRuntimes.