lkolchin

Results 11 issues of lkolchin

Here is what I've got in the serverless.yaml ``` # Dist list subscription for prod alerts AlertTopicSubscription: Type: AWS::SNS::Subscription Condition: CreateResourcesProdStage Properties: Endpoint: ${self:custom.alarms_emails.prod_dist_list1} Protocol: email TopicArn: ${self:provider.AlertTopic} ``` Getting...

Since the plugin create deployment in the separate cloudformation stack I get an error on the following code in the serverless.yaml ``` Resources: MyServiceUsagePlan: Type: "AWS::ApiGateway::UsagePlan" DependsOn: ApiGatewayDeployment${sls:instanceId} # https://serverless.com/framework/docs/providers/aws/guide/variables/...

Hello, I'm working with multiple workspaces (with either s3, local or tf cloud backends). Now I've enabled infracost extension and in vscode I'm getting an error (in the vscode editor):...

bug

This is a feature request: With the AWS Security Hub aggregating security findings from plethora of AWS tools and external providers it'd be great if you had "AWS Security Hub...

enhancement

Hello, Thank you for an excellent package. I'm using it to proxy requests to private s3 bucket so I serve a website out of s3 bucket through the APIGW. I...

Hello, I can see a provision for multiple Apps in your code - apps_to_test But it's not clear how to use it with multiple Apps/VirtHosts served out of the same...

With the latest changes to role's self-assumption (https://aws.amazon.com/blogs/security/announcing-an-update-to-iam-role-trust-policy-behavior/) AWS is warning about the need in Change to AWS IAM Role Trust Policy Evaluation I think there is a case of...

Hello, It's great that we can use serverless-certificate-creator with serverless-domain-manager plugin but automation is a bit of a problem here. Is it possible to add autoCertificate equivalent of autoDomain to...

Hi, Thanks for your work - again. 1) It would have been great if this solution wasn't throwing errors on exisiting record sets (You can add informational message though): ```...

Hi, Thanks for such a useful plugin. I have an issue with it though. I already have a wildcard cert for that domain in my account but want to create...