aws-lambda tag

21 questions


2 answers
107 views
0
How do I run a run test on lambda?

When running lambda, you often waste your time getting hooked on subtle behavior to behave slightly differently than when you run the handler directly.I am trying to run python with lambda, but I have...

2 years ago

1 answers
117 views
0
Can't Lambda in VPC access API Gateway?

I am currently researching API Gateway (websocket) + Lambda + RDS (via RDS Proxy) for my project, and when I set up VPC on Lambda to connect to the database via RDS Proxy, I no longer get messages fro...

2 years ago

1 answers
82 views
0
Do I need to return AWS Lambda to use node.js and not perform any further processing after callback()?

I'm wondering if I should write a return right after callback() in Lambda.We have verified that the following scripts run console.log() or later:'use strict';module.exports.helloWorld=(event, context,...

2 years ago

2 answers
93 views
0
S3 Objects and Encoding

Text files are shaped in the following order:3. When putting to S3 in , the put parameter has the following: When I checked the put file on the S3 console, I could see that the metadata was set to eac...

2 years ago

1 answers
126 views
0
Regarding the order of reflection in DynamoDB and the deletion of title lines

The order of registration to the DynamoDB table is 0→1→2→5→3→4→6→11→10→8→7→9Isn't it the order of numbers after emp_data?Also, CSV contains title lines, so if you want to retrieve them from the second...


1 answers
92 views
0
I want to create a table of dynamicb hash+renge attributes in cloudformation, but I get an error.

If I want the key schema to hash+renge, how do I write it correctly?Error Occurred1 validation error detected: Value 'RENGE' at'keySchema.2.member.keyType'failed to satify constraint: Member must sati...


1 answers
107 views
0
Unable to add message to SQS when configuring VPC in lambda

I'm trying to set up VPC in lambda, get the required value from RDS, and send a message to SQS, but lambda times out with the following message.We are available to display results and logs for invocat...

2 years ago

1 answers
85 views
0
I want to set multiple logs as triggers in the serverless cloudwatch log event.

Using the official documentation below, we were able to trigger the cloudwatch log and fire the event.https://serverless.com/framework/docs/providers/aws/events/cloudwatch-log/On the web console, you ...

2 years ago

1 answers
117 views
0
How do I use logger in lambda?

On lambda, we have prepared the following scripts to verify logger operation:import loggingdeflambda_handler(event, context): # print(Received event: + json.dumps(event,indent=2)) logging.basicConfig ...

2 years ago

1 answers
161 views
0
Processing Delay in Kinesis -> Lambda -> DynamoDB

This is my first time asking a question.Putting data to Kinesis in AWSLambda is developing a write to DynamoDB.The DynamoDB has enough write capacity units, but Processing speed cannot keep up with da...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.