我收到此错误。我正在使用 python 3.7 执行 aws lambda 函数的代码来了解 Quicksight 仪表板版本。提前致谢!
errorMessage:“无法封送响应:日期时间类型的对象不可 JSON 序列化”,
错误类型:“运行时.MarshalError”
代码-
import boto3
import time
import sys
client = boto3.client('quicksight')
def lambda_handler(event, context):
response = client.list_dashboard_versions(AwsAccountId='11111', DashboardId='2222',MaxResults=10)
return response
慕田峪7331174
潇湘沐
慕田峪9158850
相关分类