Skip to content

Commit

Permalink
Add runtime info to LCL section (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge authored Jul 3, 2024
1 parent 74aa98b commit 08ddd2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/lambda_common_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The Lambda Common Layer `.env` file typically does not need to be renewed, but i

The Lambda Common Layer is a lambda layer used in most SO web applications to facilitate session handling, DB access and web responses. You can view the code for this in the [following repo](https://github.com/OSU-Sustainability-Office/lambda-common-layer).

The LCL is currently using the Node.js 20 runtime with no deprecation date listed, [you can check here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) for lambda runtime deprecation dates. [Here is a PR](https://github.com/OSU-Sustainability-Office/lambda-common-layer/pull/35/files) to use as an example for upgrading the Node.js runtime. Follow the instructions in the README for testing the lambda functions locally.

Encrypted `.env`:
To prevent our access credentials from leaking we encrypt our `.env` file in our repository. The secrets can be viewed [here (must be paid OSU SO employee)](https://drive.google.com/file/d/1sTPdFUINTAz3VjnqNsootABAuxoG3DOA/view?usp=sharing)

Expand Down

0 comments on commit 08ddd2c

Please sign in to comment.