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

https://github.com/versbinarii/skiddadle

AWS cloud example project described in my blog post
https://github.com/versbinarii/skiddadle

aws aws-lambda aws-s3 cloud javascript lambda lambda-functions rust s3 serverless

Last synced: 2 months ago
JSON representation

AWS cloud example project described in my blog post

Awesome Lists containing this project

README

          

* Serverless web app deployment

Repository containing the code used as example in my [[https://versbinarii.gitlab.io/blog/posts/serverless-app-deployment-aws/][blog post]].

It consists of 3 elements:
** Vue.js [[https://github.com/VersBinarii/skiddadle/tree/master/skiddadle][webapp]]
** Javascript code for lambda function creating S3 policy
** Rust code for lambda function using [[https://github.com/awslabs/aws-lambda-rust-runtime][Rust lambda runtime]]