Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-route53-targets

Package Overview
Dependencies
Maintainers
5
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-route53-targets - npm Package Compare versions

Comparing version 1.36.1 to 1.37.0

64

package.json
{
"name": "@aws-cdk/aws-route53-targets",
"version": "1.36.1",
"version": "1.37.0",
"description": "CDK Constructs for AWS Route53 Alias Targets",

@@ -79,23 +79,23 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.36.1",
"@aws-cdk/aws-certificatemanager": "1.36.1",
"@aws-cdk/aws-lambda": "1.36.1",
"cdk-build-tools": "1.36.1",
"cdk-integ-tools": "1.36.1",
"cfn2ts": "1.36.1",
"jest": "^25.5.0",
"pkglint": "1.36.1"
"@aws-cdk/assert": "1.37.0",
"@aws-cdk/aws-certificatemanager": "1.37.0",
"@aws-cdk/aws-lambda": "1.37.0",
"cdk-build-tools": "1.37.0",
"cdk-integ-tools": "1.37.0",
"cfn2ts": "1.37.0",
"jest": "^25.5.4",
"pkglint": "1.37.0"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "1.36.1",
"@aws-cdk/aws-cloudfront": "1.36.1",
"@aws-cdk/aws-cognito": "1.36.1",
"@aws-cdk/aws-ec2": "1.36.1",
"@aws-cdk/aws-elasticloadbalancing": "1.36.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.36.1",
"@aws-cdk/aws-iam": "1.36.1",
"@aws-cdk/aws-route53": "1.36.1",
"@aws-cdk/aws-s3": "1.36.1",
"@aws-cdk/core": "1.36.1",
"@aws-cdk/region-info": "1.36.1",
"@aws-cdk/aws-apigateway": "1.37.0",
"@aws-cdk/aws-cloudfront": "1.37.0",
"@aws-cdk/aws-cognito": "1.37.0",
"@aws-cdk/aws-ec2": "1.37.0",
"@aws-cdk/aws-elasticloadbalancing": "1.37.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.37.0",
"@aws-cdk/aws-iam": "1.37.0",
"@aws-cdk/aws-route53": "1.37.0",
"@aws-cdk/aws-s3": "1.37.0",
"@aws-cdk/core": "1.37.0",
"@aws-cdk/region-info": "1.37.0",
"constructs": "^3.0.2"

@@ -105,17 +105,17 @@ },

"peerDependencies": {
"@aws-cdk/aws-apigateway": "1.36.1",
"@aws-cdk/aws-cloudfront": "1.36.1",
"@aws-cdk/aws-cognito": "1.36.1",
"@aws-cdk/aws-ec2": "1.36.1",
"@aws-cdk/aws-elasticloadbalancing": "1.36.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.36.1",
"@aws-cdk/aws-iam": "1.36.1",
"@aws-cdk/aws-route53": "1.36.1",
"@aws-cdk/aws-s3": "1.36.1",
"@aws-cdk/core": "1.36.1",
"@aws-cdk/region-info": "1.36.1",
"@aws-cdk/aws-apigateway": "1.37.0",
"@aws-cdk/aws-cloudfront": "1.37.0",
"@aws-cdk/aws-cognito": "1.37.0",
"@aws-cdk/aws-ec2": "1.37.0",
"@aws-cdk/aws-elasticloadbalancing": "1.37.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.37.0",
"@aws-cdk/aws-iam": "1.37.0",
"@aws-cdk/aws-route53": "1.37.0",
"@aws-cdk/aws-s3": "1.37.0",
"@aws-cdk/core": "1.37.0",
"@aws-cdk/region-info": "1.37.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.12.0"
"node": ">= 10.13.0"
},

@@ -122,0 +122,0 @@ "stability": "stable",

@@ -53,3 +53,95 @@ {

},
"apiANYApiPermissionawscdkapigwaliasintegapiF4DF08ACANYBCED9DDA": {
"apiC8550315": {
"Type": "AWS::ApiGateway::RestApi",
"Properties": {
"Name": "api"
}
},
"apiDeployment149F1294891f10d69bae7c4d19bdee7af013a950": {
"Type": "AWS::ApiGateway::Deployment",
"Properties": {
"RestApiId": {
"Ref": "apiC8550315"
},
"Description": "Automatically created by the RestApi construct"
},
"DependsOn": [
"apiproxyANY7F13F09C",
"apiproxy4EA44110",
"apiANYB3DF8C3C"
]
},
"apiDeploymentStageprod896C8101": {
"Type": "AWS::ApiGateway::Stage",
"Properties": {
"RestApiId": {
"Ref": "apiC8550315"
},
"DeploymentId": {
"Ref": "apiDeployment149F1294891f10d69bae7c4d19bdee7af013a950"
},
"StageName": "prod"
}
},
"apiCloudWatchRoleAC81D93E": {
"Type": "AWS::IAM::Role",
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "apigateway.amazonaws.com"
}
}
],
"Version": "2012-10-17"
},
"ManagedPolicyArns": [
{
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":iam::aws:policy/service-role/AmazonAPIGatewayPushToCloudWatchLogs"
]
]
}
]
}
},
"apiAccount57E28B43": {
"Type": "AWS::ApiGateway::Account",
"Properties": {
"CloudWatchRoleArn": {
"Fn::GetAtt": [
"apiCloudWatchRoleAC81D93E",
"Arn"
]
}
},
"DependsOn": [
"apiC8550315"
]
},
"apiproxy4EA44110": {
"Type": "AWS::ApiGateway::Resource",
"Properties": {
"ParentId": {
"Fn::GetAtt": [
"apiC8550315",
"RootResourceId"
]
},
"PathPart": "{proxy+}",
"RestApiId": {
"Ref": "apiC8550315"
}
}
},
"apiproxyANYApiPermissionawscdkapigwaliasintegapiF4DF08ACANYproxy80933581": {
"Type": "AWS::Lambda::Permission",

@@ -89,3 +181,3 @@ "Properties": {

},
"/*/"
"/*/{proxy+}"
]

@@ -96,3 +188,3 @@ ]

},
"apiANYApiPermissionTestawscdkapigwaliasintegapiF4DF08ACANYC10548C8": {
"apiproxyANYApiPermissionTestawscdkapigwaliasintegapiF4DF08ACANYproxyCF8E3D8C": {
"Type": "AWS::Lambda::Permission",

@@ -128,3 +220,3 @@ "Properties": {

},
"/test-invoke-stage/*/"
"/test-invoke-stage/*/{proxy+}"
]

@@ -135,3 +227,43 @@ ]

},
"apiproxyANYApiPermissionawscdkapigwaliasintegapiF4DF08ACANYproxy80933581": {
"apiproxyANY7F13F09C": {
"Type": "AWS::ApiGateway::Method",
"Properties": {
"HttpMethod": "ANY",
"ResourceId": {
"Ref": "apiproxy4EA44110"
},
"RestApiId": {
"Ref": "apiC8550315"
},
"AuthorizationType": "NONE",
"Integration": {
"IntegrationHttpMethod": "POST",
"Type": "AWS_PROXY",
"Uri": {
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":apigateway:",
{
"Ref": "AWS::Region"
},
":lambda:path/2015-03-31/functions/",
{
"Fn::GetAtt": [
"Handler886CB40B",
"Arn"
]
},
"/invocations"
]
]
}
}
}
},
"apiANYApiPermissionawscdkapigwaliasintegapiF4DF08ACANYBCED9DDA": {
"Type": "AWS::Lambda::Permission",

@@ -171,3 +303,3 @@ "Properties": {

},
"/*/{proxy+}"
"/*/"
]

@@ -178,3 +310,3 @@ ]

},
"apiproxyANYApiPermissionTestawscdkapigwaliasintegapiF4DF08ACANYproxyCF8E3D8C": {
"apiANYApiPermissionTestawscdkapigwaliasintegapiF4DF08ACANYC10548C8": {
"Type": "AWS::Lambda::Permission",

@@ -210,3 +342,3 @@ "Properties": {

},
"/test-invoke-stage/*/{proxy+}"
"/test-invoke-stage/*/"
]

@@ -217,134 +349,2 @@ ]

},
"apiC8550315": {
"Type": "AWS::ApiGateway::RestApi",
"Properties": {
"Name": "api"
}
},
"apiDeployment149F1294891f10d69bae7c4d19bdee7af013a950": {
"Type": "AWS::ApiGateway::Deployment",
"Properties": {
"RestApiId": {
"Ref": "apiC8550315"
},
"Description": "Automatically created by the RestApi construct"
},
"DependsOn": [
"apiproxyANY7F13F09C",
"apiproxy4EA44110",
"apiANYB3DF8C3C"
]
},
"apiDeploymentStageprod896C8101": {
"Type": "AWS::ApiGateway::Stage",
"Properties": {
"RestApiId": {
"Ref": "apiC8550315"
},
"DeploymentId": {
"Ref": "apiDeployment149F1294891f10d69bae7c4d19bdee7af013a950"
},
"StageName": "prod"
}
},
"apiCloudWatchRoleAC81D93E": {
"Type": "AWS::IAM::Role",
"Properties": {
"AssumeRolePolicyDocument": {
"Statement": [
{
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "apigateway.amazonaws.com"
}
}
],
"Version": "2012-10-17"
},
"ManagedPolicyArns": [
{
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":iam::aws:policy/service-role/AmazonAPIGatewayPushToCloudWatchLogs"
]
]
}
]
}
},
"apiAccount57E28B43": {
"Type": "AWS::ApiGateway::Account",
"Properties": {
"CloudWatchRoleArn": {
"Fn::GetAtt": [
"apiCloudWatchRoleAC81D93E",
"Arn"
]
}
},
"DependsOn": [
"apiC8550315"
]
},
"apiproxy4EA44110": {
"Type": "AWS::ApiGateway::Resource",
"Properties": {
"ParentId": {
"Fn::GetAtt": [
"apiC8550315",
"RootResourceId"
]
},
"PathPart": "{proxy+}",
"RestApiId": {
"Ref": "apiC8550315"
}
}
},
"apiproxyANY7F13F09C": {
"Type": "AWS::ApiGateway::Method",
"Properties": {
"HttpMethod": "ANY",
"ResourceId": {
"Ref": "apiproxy4EA44110"
},
"RestApiId": {
"Ref": "apiC8550315"
},
"AuthorizationType": "NONE",
"Integration": {
"IntegrationHttpMethod": "POST",
"Type": "AWS_PROXY",
"Uri": {
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":apigateway:",
{
"Ref": "AWS::Region"
},
":lambda:path/2015-03-31/functions/",
{
"Fn::GetAtt": [
"Handler886CB40B",
"Arn"
]
},
"/invocations"
]
]
}
}
}
},
"apiANYB3DF8C3C": {

@@ -470,2 +470,2 @@ "Type": "AWS::ApiGateway::Method",

}
}
}

@@ -29,5 +29,5 @@ {

"Bucket83908E77": {
"DeletionPolicy": "Delete",
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Delete",
"Type": "AWS::S3::Bucket"
"DeletionPolicy": "Delete"
},

@@ -47,2 +47,3 @@ "MyDistributionCFDistributionDE147309": {

],
"Compress": true,
"ForwardedValues": {

@@ -55,4 +56,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -83,2 +83,2 @@ "DefaultRootObject": "index.html",

}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc