overheat / aws-iot-custom-authorizer-rust

Rust function for custom authorizer on Lambda using the custom runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your CDK v2 lambda rust project

This is a blank project for Rust development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Commands flow

  • cdk bootstrap only once per account per region
  • cdk init app --language typescript
  • cdk ls
  • cargo new functions, something else.
  • ./todo.sh
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

Rust function for custom authorizer on Lambda using the custom runtime


Languages

Language:Rust 69.6%Language:TypeScript 14.9%Language:JavaScript 11.7%Language:Shell 3.8%