diff --git a/template.env b/template.env index 8160402..63a354f 100644 --- a/template.env +++ b/template.env @@ -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}