lambda-dynamodb
import boto3
from decimal import Decimal
import json
import os
from boto3.dynamodb.conditions import Key,Attr
from botocore.exceptions import ClientError
def response(message, status_code):
return {
'statusCode': str(status_code),
'bod
原创
2020-12-11 22:53:48 ·
310 阅读 ·
0 评论