Skip to content

grasp-labs/go-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS libs

In this package, you will find all sharable aws tools.

Available middlewares

Parameter store DynamoDB S3 SQS
Implemented

Running aws tools locally

Use Makefile to start docker container with fake AWS environment (Localstack).

Integration tests

Please write integration tests.

Integration test should:

  • Include Integration word!
  • Include testing.Short()!

Example:

package integrationtests

import "testing"


func TestSQSIntegration(t *testing.T) {
	if testing.Short() {
		t.Skip("skipping integration test")
	}

	return
}

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published