aws-sdk-go
There are 73 repositories under aws-sdk-go topic.
omerh/awsctl
Control AWS infrastructure easily from a single command line written in Go
seqsense/s3sync
♻️ Golang utility for syncing between s3 and local, similar to `aws s3 sync`
apoorvam/aws-s3-multipart-upload
Example AWS S3 Multipart upload with aws-sdk for Go - Retries for failing parts
urakozz/go-dynamodb-stream-subscriber
Go channel for streaming Dynamodb Updates
glassechidna/go-kms-signer
A KMS-powered ssh-agent (and its underlying Golang package)
chainifynet/aws-encryption-sdk-go
AWS Encryption SDK for Go
glassechidna/sam-alb
Support for Application Load Balancers in the AWS SAM framework
glassechidna/kms-host-key
An easy way to give all your EC2 instances SSH host certificates
kaihendry/goserverless.sg
Showcasing Serverless in Singapore
masterpointio/ecsrun
Easily run one-off tasks against an ECS Task Definition
andream16/aws-sdk-go-bindings
Helper package to easily access some aws-sdk-go's methods (SNS, SQS, DynamoDB, Rekognition, S3) & aws-lambda-go utilities.
glassechidna/gossm
Cross-platform CLI tool to make remote command execution in AWS a breeze
wobondar/tfconfig
Terraform configuration manager
glassechidna/config2jsonlines
Transform AWS Config snapshots to a more AWS Athena-friendly format.
glassechidna/dynamo
Dead-simple AWS DynamoDB CLI
bertrandmartel/aws-admin
:cloud: An admin dashboard for AWS using the AWS API under the hood
LoneWolf38/EasyDeploy
Automatic and easy deployment of your webapps/website in AWS
mnmandahalf/check-ecr-image-exists
GitHub Action for checking if a Docker image with a specific tag exists in ECR.
prashanthpai/asyncsqs
asyncsqs wraps around SQS client from aws-sdk-go-v2 to provide an async buffered client to optimise AWS costs.
michimani/goacm
goacm is a simple package for using AWS Certificate Manager from applications implimented golang.
cloud-barista/poc-farmoni
Proof of Concepts for the Cloud-Barista Multi-Cloud Project.
Dias1c/aws-ses-bulk-emails
📧 CLI which bulk send emails on AWS SES engine
glassechidna/awshoney
AWS fields for your Honeycomb.io traces
madhushekar23/pollyreveal
A pre-processor for RevealJS that would process speaker note <aside> tags to audio files using AWS Polly capabilities. Enables a reveal JS presentation to be hosted with audio content to the viewer
aint/go-sqs-poller
An AWS SQS Poller
rmarasigan/aws-todo-list-app
A Simple CRUD Cloud-Based Todo List Application. It documents how to create a simple application using AWS SDK and AWS CDK. Familiarizing with how to use Lambda, S3 Bucket, DynamoDB, API Gateway, CloudFormation, and CodePipeline.
unfor19/aws-sdk-golang-examples
How to use AWS SDK in Go for developers who want to get started with Go
erhansakarya/url-shortener-aws-cdk-sample
simple url shortener service to learn aws cdk, api gateway, lambda, dynamodb.
gofor-little/aws-sms
Build and send SMS messages via AWS SNS.
gofor-little/log
A structured logger that supports AWS CloudWatch.
ngtuna/bitnami-wordpress
Tiny webapp helps creating the bitnami wordpress EC2 instance on AWS.
powerkimhub/farmoni
Proof of Concepts for the Cloud-Barista Multi-Cloud Project. * Cloud-Barista: https://github.com/cloud-barista
Guilhermee-ds/sqs-golang
This project demonstrates a message queueing system built with Golang and Amazon SQS. It allows you to send and receive messages asynchronously between applications using SQS queues.