Skip to content

retgits/lambda-util

Repository files navigation

lambda-util

A collection of utility methods for my serverless apps

Layout

.                                   
├── 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

About

A collection of utility methods for my serverless apps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published