Skip to content

Test project to deploy simple function to AWS using terraform

Notifications You must be signed in to change notification settings

rakib32/anagram-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram

setup

  • Clone repo
  • Install and configure python or may be pycharm to open the project with venv
  • Run python3 ./anagram.py
  • Run Test python3 -m unittest /tests/test_anangram.py

Terraform Setup and Deploy to AWS

  • Install terraform > 0.12
  • Create user in AWS iam console with name rakib-terraform
  • Add profile to AWS config like following
    vi .aws/credentials 
  • Then add following:
    [iam-terraform-user]
    aws_access_key_id=[your access key]
    aws_secret_access_key=[Your secret key]
  • Then just run:
    ./deploy stage

About

Test project to deploy simple function to AWS using terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published