Christoffer Rehn

Results 64 comments of Christoffer Rehn

Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.

You might be able to get this to work by adding [`AWS::LanguageExtensions`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html) to `Transform` as such: ```yaml Transform: - AWS::LanguageExtensions - AWS::Serverless-2016-10-31 ``` `AWS::LanguageExtensions` [resolves intrinsic functions](https://aws.amazon.com/blogs/mt/introducing-new-language-extensions-in-aws-cloudformation/) if the value...

Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.

You might be able to get this to work by adding [`AWS::LanguageExtensions`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html) to `Transform` as such: ```yaml Transform: - AWS::LanguageExtensions - AWS::Serverless-2016-10-31 ``` `AWS::LanguageExtensions` [resolves intrinsic functions](https://aws.amazon.com/blogs/mt/introducing-new-language-extensions-in-aws-cloudformation/) if the value...

Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.

You might be able to get this to work by adding [`AWS::LanguageExtensions`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html) to `Transform` as such: ```yaml Transform: - AWS::LanguageExtensions - AWS::Serverless-2016-10-31 ``` `AWS::LanguageExtensions` [resolves intrinsic functions](https://aws.amazon.com/blogs/mt/introducing-new-language-extensions-in-aws-cloudformation/) if the value...

Closing in favor of https://github.com/aws/serverless-application-model/issues/2533.

Reopening since this still seems to be an issue. Potentially related: https://github.com/aws/aws-lambda-builders/issues/280

This might not yet fully address everything, but we publish build images on the [ECR Public Gallery](https://gallery.ecr.aws/?page=1&searchTerm=sam&verified=verified) (e.g. `public.ecr.aws/sam/build-python3.8`) that include the SAM CLI.

Adding `AWS::LanguageExtensions` to the `Transform` can help in some situations (specifically when the property is supported by `AutoPublishAlias` and uses intrinsic functions), see #2533.