vitorhrmiranda / awslocal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localstack management with Serverless Framework

This repository is a proof of concept (PoC) of using the AWS Local to manage the infrastructure dependencies for AWS in a development environment with Localstack

Dependencies

Install

docker-compose up -d
make setup

Send message to SNS

make notify

Metrics

Read Dynamo

make scan

Local Stack Logs

docker logs --tail 1000 -f awslocal

Output image

About


Languages

Language:Go 65.7%Language:Shell 25.2%Language:Makefile 9.1%