Comparing version 0.0.1-alpha to 0.0.1
{ | ||
"name": "aws-lama", | ||
"version": "0.0.1-alpha", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"types": "dist/index.d.ts", | ||
"author": "rayepps", | ||
"license": "ISC", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"type-is": "^1.6.18" | ||
}, | ||
"devDependencies": { | ||
"@types/aws-lambda": "^8.10.76", | ||
"@types/express": "^4.17.11", | ||
"@types/node": "^15.0.2", | ||
"typescript": "^4.2.4" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest" | ||
} | ||
} |
@@ -11,3 +11,3 @@ # AWS Lama | ||
Example here is allowing a next.js app to run on lambda without a server. Lama converts the event/context into a pseudo http request response. All changes to the response that next.js makes during its invocation are recorded. Once the response has ended, were using lama to convert that response object into an api gateway response that contains any details/chagnes/data that were applied to the http response. | ||
``` | ||
```js | ||
const lama = require('aws-lama') | ||
@@ -14,0 +14,0 @@ const next = require('next') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
11588
4
257
1
4