34 questions
I would like to create a linebot with aws-lambda.When I wrote this code to connect to the database created by aws-rds via PyMySQL, I got an error.def pickupDatabase(): rds_host=rds endpoints name = rd...
We are considering sending mail only to users who have specified attributes among users registered with awscognito.The user pool was accessible and user information could not be retrieved, but the val...
We are considering sending mail only to users who have specified attributes among users registered with awscognito.The user pool was accessible and user information could not be retrieved, but the val...
Regarding the reference error below, I think there is something missing, but I can't find out what is missing.Thank you for your cooperation.Error Contents errorType: ReferenceError,errorMessage: requ...
If you type a command that leaves authentication information, such as the mysql command, in the shell in the lambda code, the authentication information will remain in the log.What should I do to avoi...
If you type a command that leaves authentication information, such as the mysql command, in the shell in the lambda code, the authentication information will remain in the log.What should I do to avoi...
With s3 attached to lambda, set s3 prefix to test/{dynamic-id}/photo-id/ from the configuration trigger and I uploaded the file with the test/1/photo-id of the s3 bucket, but the lambda function is no...
I am a beginner at lambda and python.Executed the following code:import boto3import jsonfrom collections import OrderedDictdef handler(event, context): # Define required constants BUCKET_NAME=event ['...
I'd like to use Lambda (Python) to copy the file to FSx for Windows as a trigger that was saved in S3.However, the search engine cannot find the search results.Not in official documentation:https://do...
Polly creates MP3 and then uploads it to S3 and calls Lambda back to the URL from another Lambda, but the caller Lambda completes it first without waiting for the caller's response.The MP3 creation by...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.