Skip to content
#

aws-cloudformation

Here are 896 public repositories matching this topic...

cfn-lint
flosell
flosell commented Jun 10, 2018

#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.

Here's things I currently know are missing (comment if you find more):

  • KMS: Encrypt, Decrypt, GenerateDataKey, ...
  • ECR: BatchDeleteImage, BatchGetImage, ...
  • *Deregister*
  • *Modify*
  • *Remove*
  • API Gateway: (DELETE,
enhancement good first issue guess-feature
lynnnnnnluo
lynnnnnnluo commented Jan 26, 2022

We are currently working on an CFN resource which has long running contract tests (~4hrs in total). And we found when we run contract tests through cfn submit, the contract lambda logs uploaded to cloudwatch is incomplete and sometimes we can see this log messge:

an error occurred while publishing metrics: The security token included in the request is expired (Service: CloudWatch, Status 
bug good first issue contract tests

Improve this page

Add a description, image, and links to the aws-cloudformation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-cloudformation topic, visit your repo's landing page and select "manage topics."

Learn more