AWS lambda: No module named 'cfnresponse'
问题 I have deployed an AWS lambda which contains: import json import boto3 import cfnresponse import urllib.request from botocore.exceptions import ClientError def lambda_handler(event, context): ... cfnresponse.send(event, context, status, responseData, "CustomResourcePhysicalID") I tried to get the values of the cfnresponse in my cloudformations: Resources: API: Type: Custom::API Version: '1.0' Properties: ServiceToken: arn:aws:lambda:eu-west-1:1234567891011:function:getCountry Outputs: Status: