aws / aws/aws-sam-cli

Bug: SAM Doesn't recognize changes related to intrinsic functions (#6610)

Open
#7,134 1 comment 0 reactions 0 assignees View on GitHub
area/deploy type/feature
Dominant language
Python
Stars
6.7k
Forks
1.2k
Avg merge
1d 10h
Merged PRs (30d)
52

Description

See also #6610

I am trying to redeploy a stack using values resolved from secrets manager:
```
- Name: API_KEY
Value: '{{resolve:secretsmanager:my-app-api-key:SecretString}}'
```
sam reports `Error: No changes to deploy. Stack stack is up to date`. There should be a mechanism to redeploy a stack even if the template has not changed, because the resolved values might have changed.
Whether this is CF functionality or not is irrelevant if I only use SAM CLI.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.