Chris/0

Results 12 issues of Chris/0

Given the following reduced test template: ```yml --- AWSTemplateFormatVersion: 2010-09-09 Transform: AWS::Serverless-2016-10-31 Description: A reduced test template. Globals: Api: OpenApiVersion: '3.0.1' AccessLogSetting: Format: $context.requestId Auth: UsagePlan: CreateUsagePlan: PER_API Resources: Http:...

bug
cfn-model

The code here assumed that any condition value must be a string, but condition values may also be arrays. The regex tests succeed in many cases because the array stringifies...

Given a queue policy like this: ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "events.amazonaws.com" }, "Action": "sqs:SendMessage", "Resource": "arn:{PARTITION}:sqs:{REGION}:{ACCOUNT}:{QUEUENAME}", "Condition": { "ArnEquals": { "aws:SourceArn": [...

In the test for "S3 Secure Transport Enabled", Aqua scans to ensure that a condition: ```yaml Bool: aws:SecureTransport: # based on whether the Effect is Allow or Deny ``` …is...

The test for "SQL Server TLS Version" picks up default RDS DB Parameter Groups. These DB Parameter Groups cannot be deleted or modified. This means that ever having used SQL...

There are more ways to specify the target framework for a project than setting it directly in the `TargetFramework` element in a project. There are other unambiguous scenarios which this...

feature-request

Dynobase Version: 2.0.1 Platform: macOS 12.5 Hovering over an attribute which is marked as the TimeToLive attribute does not show the human-readable date as a tooltip. Additionally, the attribute doesn't...

### Describe your idea/feature/enhancement When using KMS with various AWS resources, it can be undesirable to give a Function (or a State Machine – anything which can take a SAM...

area/policy-templates
type/feature
maintainer/need-response

### Describe your idea/feature/enhancement In much of SAM, opting into an ability automatically confers the permissions required in IAM to perform that ability. This is not the case for the...

type/feature
maintainer/need-response

### Describe the bug When using the AWS SDK for .NET on Lambda with a runtime of "provided.al2023" the first request to an AWS service is significantly slower than it...

bug
service-api
module/custom-runtime