updating layer version.

This commit is contained in:
Charles E. Gormley
2024-09-28 14:47:46 -04:00
parent 2a8ab788a1
commit 891740723c

View File

@@ -17,7 +17,7 @@ DYNAMODB_TABLE_NAME=rss-feeds-table
SQS_QUEUE_NAME=rss-feed-queue
LAMBDA_LAYER_VERSION=4 # This is fixed.
LAMBDA_LAYER_VERSION=6 # This is fixed.
LAMBDA_LAYER_NAME=ingest-rss-lambda-layer-${AWS_REGION}
LAMBDA_LAYER_ARN=arn:aws:lambda:${AWS_REGION}:966265353179:layer:${LAMBDA_LAYER_NAME}:${LAMBDA_LAYER_VERSION}