Nicolas Moutschen
Nicolas Moutschen
**Is your feature request related to a problem? Please describe.** I tried to use cfn-guard in [this project](https://github.com/aws-samples/aws-serverless-ecommerce-platform) to validate things such as runtime of Lambda functions. However, the runtime...
Follow-up of https://github.com/awslabs/serverless-rules/issues/79 but for terraform **What were you trying to accomplish?** ## Expected Behavior If an SQS queue is a DLQ for another queue, it should not require a...
Some rules, such as [`aws_cloudwatch_log_group_lambda_retention`](https://awslabs.github.io/serverless-rules/rules/lambda/log_retention/) need to evaluate the relationship between different resources defined in Terraform. Usually, this is done by passing references to other resources. For example, for the...
Serverless Rules currently support checking infrastructure-as-code templates from CloudFormation/SAM, and Terraform. It also supports frameworks that synthesizes to CloudFormation or Terraform, such as CDK or Serverless Framework. This issue is...
## Key information * Rule PR: (leave this empty) * Related issue(s), if known: * Meets the need of 80% of users: yes * Do you need help implementing this...
Make all the Lambda functions use Arm64 instead of x86_64.
Now that [Step Functions supports Synchronous Express Workflows](https://aws.amazon.com/blogs/compute/new-synchronous-express-workflows-for-aws-step-functions/), there is an opportunity to replace the CreateOrder function with Step Functions.
With the [announcement of code signing for AWS Lambda](https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-code-signing-a-trust-and-integrity-control-for-aws-lambda/), this would make a good addition here.
Now that [CodeBuild supports test coverage](https://aws.amazon.com/about-aws/whats-new/2020/07/aws-codebuild-supports-code-coverage-reporting/), we should add that as part of the CI/CD pipeline.
This feature would add a guided tour in the documentation showcasing interesting pieces in the repo.