Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FucntionShield: add warning and bump dep version #464

Merged
merged 4 commits into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/function-shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</p>
</div>

⚠️ **Warning: FunctionShield is no longer actively maintained and will unlikely be updated to have Node.js v12 support. [See #460](https://github.com/middyjs/middy/issues/460)** ⚠️

Hardens AWS Lambda execution environment:
* By monitoring (or blocking) outbound network traffic to public internet, you can be certain that your data is never leaked (traffic to AWS services is not affected)
* By disabling read/write operations on the /tmp/ directory, you make sure that files are not persisted across invocations. Storing data in `/tmp` is a bad practice as it may be leaked in subsequent invocations
Expand Down
30 changes: 15 additions & 15 deletions packages/function-shield/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/function-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"dependencies": {
"@puresec/function-shield": "^1.2.2"
"@puresec/function-shield": "^2.0.16"
},
"devDependencies": {
"@middy/core": "^1.0.0-alpha.62",
Expand Down