Socket
Socket
Sign inDemoInstall

next-aws-cloudfront

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-aws-cloudfront - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0-alpha.0

next-aws-cloudfront.d.ts

11

CHANGELOG.md

@@ -6,4 +6,15 @@ # Change Log

# [1.1.0-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/next-aws-cloudfront@1.0.1...next-aws-cloudfront@1.1.0-alpha.0) (2020-04-23)
### Features
* **lambda-at-edge:** create new package with Lambda@Edge builder and handlers ([94f0a29](https://github.com/danielcondemarin/serverless-next.js/commit/94f0a29f0654f51d60653c8218c15802b2abb476))
## 1.0.1 (2020-04-13)
**Note:** Version bump only for package next-aws-cloudfront

16

package.json
{
"name": "next-aws-cloudfront",
"version": "1.0.1",
"version": "1.1.0-alpha.0",
"description": "Compat layer for running next.js apps in Lambda@Edge",
"main": "next-aws-cloudfront.js",
"types": "next-aws-cloudfront.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/danielcondemarin/serverless-nextjs-plugin.git",
"directory": "packages/next-aws-cloudfront"
"url": "git+https://github.com/danielcondemarin/serverless-next.js.git",
"directory": "packages/lambda-at-edge-compat"
},

@@ -20,6 +21,9 @@ "keywords": [

"bugs": {
"url": "https://github.com/danielcondemarin/serverless-nextjs-plugin/issues"
"url": "https://github.com/danielcondemarin/serverless-next.js/issues"
},
"homepage": "https://github.com/danielcondemarin/serverless-nextjs-plugin#readme",
"gitHead": "056aa530404d24d66cf4036f85058614dc30786c"
"homepage": "https://github.com/danielcondemarin/serverless-next.js#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.50"
},
"gitHead": "007d27a0dc956b786eb8f8fcb2d13ba5a30d95ab"
}
# Next AWS CloudFront
Compat layer between next.js serverless page and AWS CloudFront Lambda@Edge.
Compat layer between next.js serverless page and CloudFront => Lambda@Edge.
Lambda@Edge event structure documentation can be found [here](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html).
## Installation
`npm install next-aws-cloudfront`
## Usage

@@ -6,0 +12,0 @@

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