Skip to content

Your next Static Website using AWS infrastructure with one command!

Notifications You must be signed in to change notification settings

rafaelcorreiapoli/artanis

Repository files navigation

Artanis

Artanis

" Your next Static Website using AWS infrastructure with one command! "

Features

Features

  • ✅ Static website with S3
  • ✅ CDN with CloudFront
  • ✅ SSL Certificates with ACM
  • ✅ DNS Records with Route 53

Setup

By default, artanis will use your credentials stored in ~/.aws/credentials It should be something like this:

[default]
aws_access_key_id=<YOUR_AWS_ACCESS_KEY_ID>
aws_secret_access_key=<YOUR_AWS_SECRET_ACCESS_KEY>
region=<YOUR_AWS_DEFAULT_REGION>

Installation

npm install -g artanis-cli

Usage

This will use the default tld (top level domain) .com.br:

artanis new my-awesome-static-website

If you want to user another tld:

artanis new my-awesome-static-website -t io

Todo

  • Buy domains
  • Better error handling
  • Interactive CLI
  • Write tests :)

About

Your next Static Website using AWS infrastructure with one command!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published