Coder Social home page Coder Social logo

yaal / aws-with-terraform-and-typescript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from albankora/aws-with-terraform-and-typescript

1.0 0.0 0.0 924 KB

Multiple AWS services with Terraform and Typescript

TypeScript 24.27% HCL 72.28% JavaScript 3.45%

aws-with-terraform-and-typescript's Introduction

AWS Services with Terraform and Typescript

Description

This is a demo repo on seting up different AWS services with Terraform and writing lambdas in Typescript. The AWS services incuded are AWS SQS, AWS EventBridge, AWS Kinesis, AWS DynamoDB, AWS API Gateway and AWS Lambda.

It is assumed that Terraform and Nodejs is already installed on your computer and that you can deploy to an AWS Account using Terraform.

Architecture

Architecture

Install packages

$ npm i

Terraform apply

$ npm run apply # runs terraform init, format, validate, plan and apply

Deploying

$ npm run deploy # builds the code and runs terraform apply command

Destroying

$ npm run tf:destroy

Testing

$ npm run test

Terrafor Commands

$ npm run tf:init      # terraform init
$ npm run tf:fmt       # terraform format
$ npm run tf:validate  # terraform validate
$ npm run tf:plan      # terraform plan
$ npm run tf:apply     # terraform apply
$ npm run tf:destroy   # terraform destroy

aws-with-terraform-and-typescript's People

Contributors

albankora avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.