Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Template for quickly creating a Rust web app running on AWS Lambda

NotificationsYou must be signed in to change notification settings

3wille/rust-on-lambda-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Build

cargo lambda build --release -o zip --arm64 --bins

Deploy

Within/infrastructure:

terraform apply

Add new HTTP function

  1. cargo lambda new <name>
  2. entery to create an HTTP function
  3. SelectAmazon Api Gateway HTTP Api
  4. Add crate to workspace members in/Cargo.toml
  5. Addresource_function module call in/infrastructure/main.tf
  6. re-build and re-deploy

About

Template for quickly creating a Rust web app running on AWS Lambda

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp