Skip to content

d4n13l-4lf4/gomid-aws-example

Repository files navigation

AWS Lambda example

Deployment codecov pre-commit License: MIT

An example usage of gomid. This project uses terraform to provision infrastructure on AWS.

Usage

The next steps should be followed to deploy this application.

Note: this guide assumes you have an AWS account and Terraform Cloud account.

Step 1: Configure terraform cloud

Execute the following command to login into terraform cloud.

terraform login

Step 2: Initialize terraform

Initialize terraform.

terraform init

Step 3: Configure a new terraform workspace

Configure a new terraform workspace with the variables found at this repo Terraform doc. Also, you wil have to setup AWS Credentials for terraform cloud remote execution.

Step 4: Terraform plan

Next, overview the creation of your resources with planning.

terraform plan

Step 5: Terraform apply

Finally, apply the configuration to start this deployment.

terraform apply

About

An example usage of gomid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published