viralemergence / pharos-api

MIT License
0 stars 0 forks source link

Tempale does not properly recognize aws pseudo-variables #29

Open drosza opened 2 years ago

drosza commented 2 years ago

!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.