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

aws-lama

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lama - npm Package Compare versions

Comparing version 0.0.1-alpha to 0.0.1

dist/index.d.ts

24

package.json
{
"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"
}
}

2

README.md

@@ -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')

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