simple-lambda-actions
v1.2.65
Published
Library for common lambda actions
Downloads
70
Readme
Simple Lambda Actions
A collection of common operations done with AWS Lambda
What Purpose Does this Serve?
It got tiring writing the same lines of code, over and over to do common actions. The SDK is great, but sometimes requires a bit of setup. This library aims to manage the setup a bit, and let's you just call the operation.
Intro
DynamoDB
Secrets Manager
Auth With Secrets Manager
A full service approach, fetching the secret you were likely to be using anyway.
*More opinionated territory
Auth Without Secrets Manager
The building blocks of the secrets manager version. Bare bones implementation. Good for building blocks, rather than a one stop shop.