Cache combined images

This commit is contained in:
Dylan 2023-06-30 18:37:38 +01:00
parent b4f903d0c8
commit a738923316

View File

@ -133,7 +133,8 @@ def lambda_handler(event, context):
'statusCode': 200,
"headers":
{
"Content-Type": "image/jpeg"
"Content-Type": "image/jpeg",
"Cache-Control": "max-age=86400"
},
'body': combined_str,
'isBase64Encoded': True