Habib Mohammad
Habib Mohammad
+1. our team ran into this problem too (e.g. if you want the API Gateway [authorizer token](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression) to be copied up from the latest version of a secret) ``` MyAuthorizer:...
for now, I did the following workaround @mliner proposed: ```yaml AWSTemplateFormatVersion: 2010-09-09 Resources: SecretExpanderMacro: Type: AWS::CloudFormation::Macro Properties: Name: SecretExpanderMacro # use this macro name is Transform section Description: Replaces resolve:secretsmanager...