Created
December 6, 2018 10:46
-
-
Save extrawurst/d73861572e36dc22c3d165a6c026929e to your computer and use it in GitHub Desktop.
import part of my go file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"github.com/aws/aws-lambda-go/lambda" | |
"github.com/aws/aws-sdk-go/service/dynamodb" | |
"github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute" | |
"github.com/aws/aws-sdk-go/aws" | |
awssession "github.com/aws/aws-sdk-go/aws/session" | |
alexa "github.com/ericdaugherty/alexa-skills-kit-golang" | |
) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment