Christoffer Rehn

Results 64 comments of Christoffer Rehn

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

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

Thanks all for the input, very informative. I'm able to reproduce this with a pure CloudFormation template: ```yaml Resources: MyTable: Type: AWS::DynamoDB::Table Properties: BillingMode: PAY_PER_REQUEST KeySchema: - AttributeName: MyAttribute KeyType:...

Any updates to this? Would be extremely helpful to speed up development and prevent bugs.

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.

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

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.