!Sub arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:... is not properly recognized in the template. This impacts the proxy because it does not associate the secret to access the rds. On the other hand, explicit implementation in the template is undesirable as it would be in github.
!Sub arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:...
is not properly recognized in the template. This impacts the proxy because it does not associate the secret to access the rds. On the other hand, explicit implementation in the template is undesirable as it would be in github.