We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47f8e8 commit cea24b1Copy full SHA for cea24b1
lambda/webhook-receiver-go/main.go
@@ -5,16 +5,15 @@ import (
5
"crypto/hmac"
6
"crypto/sha256"
7
"encoding/hex"
8
- "encoding/json"
9
"fmt"
10
"os"
11
12
"github.com/aws/aws-lambda-go/events"
13
"github.com/aws/aws-lambda-go/lambda"
+ "github.com/aws/aws-sdk-go-v2/aws"
14
"github.com/aws/aws-sdk-go-v2/config"
15
"github.com/aws/aws-sdk-go-v2/service/sqs"
16
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
17
- "github.com/aws/aws-sdk-go-v2/aws"
18
)
19
20
var sqsClient *sqs.Client
0 commit comments