Skip to content

Commit 12694c0

Browse files
committed
Added AWS Secrets Manager plugin
1 parent 3662ff2 commit 12694c0

File tree

7 files changed

+2467
-473
lines changed

7 files changed

+2467
-473
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Collection of plugins for use in your [L³](https://github.com/lambda-lambda-lam
1515
| [ContentTypeJsonHeader](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/ContentTypeJsonHeader) | Middleware to send JSON `Content-Type` header. |
1616
| [GoogleRecaptchaHandler](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/GoogleRecaptchaHandler) | Middleware to validate [Google ReCAPTCHA invisible](https://developers.google.com/recaptcha/docs/invisible) responses. |
1717
| [PreflightOptionsHandler](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/PreflightOptionsHandler) | Middleware to handle [preflight requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS). |
18+
| [SecretsManagerPlugin](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/SecretsManagerPlugin) | Middleware to support [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) based app configuration. |
1819
| [SessionPluginExample](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/SessionPluginExample) | Middleware example of validating a session that uses cookies. |
1920
| [SwaggerUIViewer](https://github.com/lambda-lambda-lambda/middleware/tree/master/plugins/SwaggerUIViewer) | Middleware to generate [Swagger UI](https://swagger.io/tools/swagger-ui) viewer. |
2021

0 commit comments

Comments
 (0)