aws lambda retour html
response = {
"statusCode": 200,
"body": content,
"headers": {
'Content-Type': 'text/html',
}
}response = {
"statusCode": 200,
"body": content,
"headers": {
'Content-Type': 'text/html',
}
}
HandsomeOldGod5355