0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Lambda eventの出力整形について

Last updated at Posted at 2023-06-24

Lambdaを使ってEventbridgeで連携されてきたEventをTeamsに連携する際のTipsをメモしておく。

・event.json.dumps()を使うと日本語表記が\uXXXXになる問題
解決法:
ensure_ascii=Falseを付けること

関連する参考ページ
https://dev.classmethod.jp/articles/aws-lambda-json-output/
https://dev.classmethod.jp/articles/eventbridge-to-microsoftteams/
https://dev.classmethod.jp/articles/aws-lambda-multiline-logging/
https://dev.classmethod.jp/articles/step-functions-to-sns/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?