Skip to content

Instantly share code, notes, and snippets.

@fabimc
Created March 31, 2017 18:39
Show Gist options
  • Save fabimc/aa8c2c0c8adeb32a21974d9471c65442 to your computer and use it in GitHub Desktop.
Save fabimc/aa8c2c0c8adeb32a21974d9471c65442 to your computer and use it in GitHub Desktop.
GO imports for AWS SDK
import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/iotdataplane"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment