An open API service indexing awesome lists of open source software.

https://github.com/developer-friendly/aws-lambda-opentofu-github-actions

The GitHub repo for this blog provides a guide on deploying a JS/Node.js app to AWS Lambda using OpenTofu & GitHub Actions. It covers trust mgmt w/ OIDC, creating AWS resources, GitOps, & optimizing Lambda for perf & security. All code & configs to replicate the setup, a valuable serverless DevOps resource.
https://github.com/developer-friendly/aws-lambda-opentofu-github-actions

api-gateway authentication aws-iam aws-lambda cicd cloud-security continuous-deployment continuous-integration github-actions gitops infrastructure-as-code javascript lambda-layers monitoring nodejs oauth2 openid-connect opentofu performance-optimization serverless

Last synced: 7 days ago
JSON representation

The GitHub repo for this blog provides a guide on deploying a JS/Node.js app to AWS Lambda using OpenTofu & GitHub Actions. It covers trust mgmt w/ OIDC, creating AWS resources, GitOps, & optimizing Lambda for perf & security. All code & configs to replicate the setup, a valuable serverless DevOps resource.

Awesome Lists containing this project

README

          

# AWS Lambda OpenTofu GitHub Actions

This repo holds the code for deploying a NodeJS code into AWS Lambda using
OpenTofu & GitHub Actions.

To follow along, head over to the corresponding homepage URL at the top of
the repository.