Skip to content

js-kyle/aws-lambda-queues

Repository files navigation

AWS Lambda Queues

This is an example project shell of an AWS Architecture utilitsing the Serverless Framework with AWS Lambda written in TypeScript.

Architecture:

Sequence diagram

Installation

Install project dependencies using Yarn

  yarn

Environment Variables

To deploy this project to AWS, you will need to add the following environment variables to your environment.

AWS_ACCESS_KEY_ID An AWS account access key. It is not recommended to use your AWS Root user.

AWS_SECRET_ACCESS_KEY AWS secret access key

Deploying

To deploy the project to AWS

  yarn deploy

Development

To run the environment locally

  yarn dev

About

Example architecture of AWS Lambda SQS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published