python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS DynamoDB query too slow (using query, not Scan)
It's my first time with AWS Lambdas and DynamoDB, in Python.
I have my Table with only 474 records and a total weight of 890,4 kilobytes. The filtered selection is around only 380 records.
Quite small...
Francisco Ghelfi
Votes: 0
Answers: 1
How to make Lambda + API Gateway obey REQUEST_URI?
I created an AWS Lambda with my application (a Web server) written in Rust Actix. I use https://crates.io/crates/lambda-web
Then I added this Lambda as the backend of an AWS HTTP API. The HTTP API has...
porton
Votes: 0
Answers: 0
No able to add custom scope in AWS Pre-Token Generation trigger
I have AWS Cognito user pool with one Allowed custom scopes for my app client i.e. admin-only. I have two kinds of users 1. Users in Admin Group 2. Non-Admins users. For my one of the AWS API Gateway ...
Sohan Soni
Votes: 0
Answers: 1
Requests to AWS Lambda HTTPS endpoint from R
I am trying to use the recently released AWS Lambda HTTPS endpoints feature: https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microserv...
psimm
Votes: 0
Answers: 1