github aws/serverless-application-model v1.27.0
SAM v1.27.0 Release

latest releases: v1.89.0, v1.88.0, v1.87.0...
3 years ago

SAM v1.27 Release

Community Contributors to this Release

@patrickgreenwell

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.

Change Log:

  1. #1682 docs: fix link to all_policy_templates example file
  2. #1683 fix: Allow Ref in CompatibleRuntimes property of AWS::Serverless::LayerVersion
  3. #1697 Adding Tracing property to State Machine resource
  4. #1689 Add new arguments to allow vpc/vpce endpoints as intrinsics

Don't miss a new serverless-application-model release

NewReleases is sending notifications on new releases.