diff --git a/functions/extensions/aws-s3-lambda/s3_deploy.sh b/functions/extensions/aws-s3-lambda/s3_deploy.sh deleted file mode 100644 index cedda90f..00000000 --- a/functions/extensions/aws-s3-lambda/s3_deploy.sh +++ /dev/null @@ -1,16 +0,0 @@ -#GOOS=linux go build main.go -zip s3_function.zip s3_function.py - -WEBHOOK=https://shuffler.io/api/v1/hooks/webhook_eccf47b1-8f6a-49fc-b2b8-383365a22353 -ROLE=arn:aws:iam::202262580068:role/service-role/shuffle-forwarder -REGION=us-east-1 -BUCKETNAME=helo - -aws lambda create-function \ - --role $ROLE \ - --region $REGION \ - --function-name shuffler-webhook-forwarder-3 \ - --zip-file fileb://s3_function.zip \ - --runtime python3.9 \ - --environment Variables={SHUFFLE_WEBHOOK=$WEBHOOK} \ - --handler lambda_handler