A collection of utility methods for my serverless apps
.
├── http.go <-- Utils to interact with HTTP requests
├── os.go <-- Utils to interact with the Operating System
├── s3.go <-- Utils to interact with Amazon S3
├── ses.go <-- Utils to interact with Amazon Simple Email Service
├── ssm.go <-- Utils to interact with Amazon SSM
├── .gitignore <-- Ignoring the things you do not want in git
├── LICENSE <-- The license file
└── README.md <-- This file