Questions tagged with AWS Lambda
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I'm attempting to return a custom integration response with a 400 status code from a Python Lambda function for the first time. However, I may be overlooking something related to the status code regex...
0
answers
0
votes
54
views
asked 7 days agolg...
I have converted a json format file in parquet, I can see the parquet file and the columns, but while querying with Athena getting error.
HIVE_UNKNOWN_ERROR: Path is not absolute:...
1
answers
0
votes
95
views
asked 8 days agolg...
I am creating a state machine in SAM that is triggered by API Gateway.
AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Resources:
ApiGateway:
Type:...
1
answers
0
votes
59
views
asked 8 days agolg...
**Hello!**
I have set up a WebSocket API on AWS with Lambda and DynamoDB following [this ](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-chat-app.html) AWS...
2
answers
0
votes
89
views
asked 8 days agolg...
On my desktop the geopandas kan clip the file within 8-9 seconds while on lambda it is doing taske timed out after 300 seconds. I have even used
shp = gpd.read_file(input_path, bbox=(x-modelsize/2,...
0
answers
0
votes
24
views
asked 8 days agolg...
I have built serverless architecture for wordpress (reference: https://keita.blog/2019/06/27/serverless-wordpress-on-aws-lambda/ ) and created custom runtime for wordpress (reference:...
0
answers
0
votes
49
views
asked 8 days agolg...
Hi, I am using codePipeline to create a stackset in order to deploy my lambda function in different region.
In the beginig of the codePipeline set, I specify the artifact store into...
1
answers
0
votes
67
views
asked 8 days agolg...
Here is the docode id token that i get from aws cognito after logging into website:
{
"member_id": "1480922",
"sub": "11740962-fded-43c4-80b6-e511e82d54ce",
"email_verified": true,
"iss":...
1
answers
0
votes
63
views
asked 8 days agolg...
Hi, I just started adding [sanitized SQL query statements to my X-Ray traces](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs-sqlclients.html#xray-sdk-nodejs-sqlclients-additional). I...
1
answers
0
votes
53
views
asked 9 days agolg...
I'm kind of new to AWS and I have a project that requires lowest possible latency to a third party service that hosted on AWS.
Resovled DNS of it looks like...
1
answers
0
votes
80
views
asked 9 days agolg...

Currently I have a tunnel connection on my sonicwall firewall that I set up that uses a site to site connection to connect the X0...
1
answers
0
votes
78
views
asked 9 days agolg...
Hello,
I'm getting this error even though the unzipped size is smaller (210MB) than the 250MB allotted to Lambdas. Any help would be appreciated. I'm using serverless and Nodejs
```
UPDATE_FAILED:...
1
answers
0
votes
35
views
asked 9 days agolg...