Skip to content

rkstgr/papermake-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local

Run the lambda function locally

cd lambda_functions/request_handler
cargo lambda watch

and in another terminal, invoke it

cargo lambda invoke --data-example apigw2-http --output-format json

Deploy

First, build and package both lambda functions

just build

Then, deploy the lambda function to AWS

cd terraform/environments/dev
terraform init
terraform plan
terraform apply

Test

just test

About

PDF Rendering stack deployed on AWS Lambdas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors