You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a developer I would want to be able to set an env var and use the native CFN sub functions to substitute values in CFN.
Is your feature request related to a problem? Please describe.
As a developer I would want to be able to set an env var and use the native CFN sub functions to substitute values in CFN.
Describe the solution you'd like
In the template translates as
accountId: !Sub "${AWS::AccountId}"
endpoint: !Sub "s3.${AWS::Region}.${AWS::URLSuffix}"
The text was updated successfully, but these errors were encountered: