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

@aws-solutions-constructs/aws-cloudfront-apigateway

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-solutions-constructs/aws-cloudfront-apigateway - npm Package Compare versions

Comparing version 1.81.0 to 1.82.0

32

package.json
{
"name": "@aws-solutions-constructs/aws-cloudfront-apigateway",
"version": "1.81.0",
"version": "1.82.0",
"description": "CDK Constructs for AWS Cloudfront to AWS API Gateway integration.",

@@ -56,13 +56,13 @@ "main": "lib/index.js",

"dependencies": {
"@aws-cdk/core": "1.81.0",
"@aws-cdk/aws-cloudfront": "1.81.0",
"@aws-cdk/aws-apigateway": "1.81.0",
"@aws-cdk/aws-lambda": "1.81.0",
"@aws-cdk/aws-logs": "1.81.0",
"@aws-cdk/aws-s3": "1.81.0",
"@aws-solutions-constructs/core": "1.81.0",
"@aws-cdk/core": "1.82.0",
"@aws-cdk/aws-cloudfront": "1.82.0",
"@aws-cdk/aws-apigateway": "1.82.0",
"@aws-cdk/aws-lambda": "1.82.0",
"@aws-cdk/aws-logs": "1.82.0",
"@aws-cdk/aws-s3": "1.82.0",
"@aws-solutions-constructs/core": "1.82.0",
"constructs": "^3.2.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.81.0",
"@aws-cdk/assert": "1.82.0",
"@types/jest": "^24.0.23",

@@ -77,11 +77,11 @@ "@types/node": "^10.3.0"

"peerDependencies": {
"@aws-cdk/core": "1.81.0",
"@aws-cdk/aws-cloudfront": "1.81.0",
"@aws-cdk/aws-apigateway": "1.81.0",
"@aws-solutions-constructs/core": "1.81.0",
"@aws-cdk/aws-lambda": "1.81.0",
"@aws-cdk/aws-logs": "1.81.0",
"@aws-cdk/core": "1.82.0",
"@aws-cdk/aws-cloudfront": "1.82.0",
"@aws-cdk/aws-apigateway": "1.82.0",
"@aws-solutions-constructs/core": "1.82.0",
"@aws-cdk/aws-lambda": "1.82.0",
"@aws-cdk/aws-logs": "1.82.0",
"constructs": "^3.2.0",
"@aws-cdk/aws-s3": "1.81.0"
"@aws-cdk/aws-s3": "1.82.0"
}
}

@@ -169,3 +169,17 @@ {

"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
"DeletionPolicy": "Retain",
"Metadata": {
"cfn_nag": {
"rules_to_suppress": [
{
"id": "W86",
"reason": "Retention period for CloudWatchLogs LogGroups are set to 'Never Expire' to preserve customer data indefinitely"
},
{
"id": "W84",
"reason": "By default CloudWatchLogs LogGroups data is encrypted using the CloudWatch server-side encryption keys (AWS Managed Keys)"
}
]
}
}
},

@@ -172,0 +186,0 @@ "LambdaRestApi95870433": {

Sorry, the diff of this file is not supported yet

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