pin version in script

This commit is contained in:
ABevier 2023-06-12 19:20:31 -04:00
parent cc5ec8e03e
commit a81eab59ae
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
import { usePantry } from "hooks"
import * as ARGV from "./utils/args.ts"
import { SQSClient, SendMessageCommand } from "npm:@aws-sdk/client-sqs@^3"
import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns"
import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns@^3"
import { panic } from "utils"
const region = Deno.env.get("AWS_REGION") ?? panic("No region specified")