sqs-redrive

(★ 16)

A CDK sqs-redrive construct

File Explorer

  • .eslintrc.json
  • .gitattributes
  • .gitignore
  • .mergify.yml
  • .npmignore
  • .projenrc.ts
  • API.md
  • cdk.context.json
  • cdk.json
  • LICENSE
  • package.json
  • README.md
  • tsconfig.dev.json
  • tsconfig.json
  • version.json
  • yarn.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cdk

View Details ▼

AWS Cloud Development Kit.

cdk ls

List the stacks in the app:

cdk synth {{stack_name}}

Synthesize and print the CloudFormation template for the specified stack(s):

cdk deploy {{stack_name1 stack_name2 ...}}

Deploy one or more stacks:

// repository documentation