サーバレス練習帳

着眼大局着手小局

2024-02-03から1日間の記事一覧

PowerBI REST API

marshal115.hatenablog.com

AWS LambdaでHTML出力する

import json def lambda_handler(event, context): html = '\n' html += '<html>\n' html += '<head><title>Budget</title>\n' html += '<meta charset="UTF-8">\n' html += '</head>\n' html += '<body>\n' html += '<style> table td { background: #eee; } table tr:nth-child(odd) td { background: #ff…</body></html>