https://github.com/underkround/steamfilter-backend/blob/d77f570c1c88f8c020ea10b0f773aaa3acf5edd7/serverless.yml#L43 You can get the account id from `{"Ref":"AWS::AccountId"}` so you don't need to use wildcard in the ARN. Strings can be concatenated with `"Fn::Join"`.
steamfilter-backend/serverless.yml
Line 43 in d77f570
You can get the account id from
{"Ref":"AWS::AccountId"}so you don't need to use wildcard in the ARN. Strings can be concatenated with"Fn::Join".