Code Monkey home page Code Monkey logo

asw-staticwebsite-terra's Introduction

terraform-aws-staticwebsite

ci git-tag license standard-readme compliant PRs Welcome

Terraform module to host SPA UI application in AWS S3

You can read about the blog post here. Note: If you find the blog/code useful, please add a clap in medium / star the github repo. Thanks in advance !!

Table of Contents

Infrastructure

infrastructure

Install

brew install terraform

Make sure that you have added the proper permission to create resources in AWS.

Usage

This terraform module can be used with minimal configuration as follow,

module "staticwebsite" {
  source  = "worldofprasanna/staticwebsite/aws"
  version = "1.0.0"
  domain = "yourdomain.com"
}

Note: Please ensure that you have added the Route53 Nameservers to your Domain Registrar (say: Godaddy etc)

You can find the actual examples here

Todo List

  • Skip the Route53 creation, if not needed
  • Add examples to host the subdomain
  • Add tests using Terratest
  • Add contribution guidelines & Issue templates

Maintainers

@worldofprasanna

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2020 Prasanna V

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.