Skip to content

stevemorland/rust-v-node-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-v-node-lambda

First, build the rust binary

  1. cd basic-endpoint
  2. cargo build
  3. cargo lambda build --release

You will now have a target folder containing a lambda/basic-endpoint

Repeat for the parse endpoint

  1. cd parse-endpoint
  2. cargo build
  3. cargo lambda build --release

You will now have a target folder containing a lambda/parse-endpoint

Deploy the Infra

  1. cd infra
  2. yarn
  3. yarn cdk --profile YOUR-PROFILE

This will deploy an API Gateway with four endpoints /node, /rust, /node-parsea, /rust-parse.

These endpoints invoke their respective Lambda functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published