Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to update appsync-api-cache ttl #27350

Open
successx opened this issue Oct 20, 2022 · 2 comments
Open

Failed to update appsync-api-cache ttl #27350

successx opened this issue Oct 20, 2022 · 2 comments
Labels
bug Addresses a defect in current functionality. service/appsync Issues and PRs that pertain to the appsync service. stale Old or inactive issues managed by automation, if no further action taken these will get closed.

Comments

@successx
Copy link

Terraform Core Version

cdktf 0.13.0

AWS Provider Version

10.0.10, v9

Affected Resource(s)

AWS-appsync

Expected Behavior

Should be able to change appsync-api-cache ttl after successfully deployed.

Actual Behavior

Update ttl config throw this error

Relevant Error/Panic Output Snippet

https://gist.github.com/successx/2dd04f4f2504873793606dcd218447b9

Terraform Configuration Files

new appsyncApiCache.AppsyncApiCache(this, 'appsync-cache', {
apiCachingBehavior: 'FULL_REQUEST_CACHING',
apiId: appsyncApi.id,
ttl: 300,
type: 'LARGE',
});

Steps to Reproduce

  • Deploy apiCache with some ttl.
  • Change ttl value.
  • Deploy again should throw error above

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

No response

@successx successx added bug Addresses a defect in current functionality. needs-triage Waiting for first response or review from a maintainer. labels Oct 20, 2022
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot removed the bug Addresses a defect in current functionality. label Oct 20, 2022
@ewbankkit ewbankkit added bug Addresses a defect in current functionality. service/appsync Issues and PRs that pertain to the appsync service. and removed needs-triage Waiting for first response or review from a maintainer. labels Oct 20, 2022
Copy link

github-actions bot commented Oct 9, 2024

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. service/appsync Issues and PRs that pertain to the appsync service. stale Old or inactive issues managed by automation, if no further action taken these will get closed.
Projects
None yet
Development

No branches or pull requests

2 participants