Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-3 votes
1 answer
24 views

I've created a function that has been working using Python 3.9 but I want to update to Python 3.14. I've logged into AWS using the "root" account but when I try to update the function's ...
-3 votes
0 answers
51 views

I am developing an Alexa Smart Home Skill using AWS Lambda. My devices are discovered successfully and voice commands (TurnOn/TurnOff, brightness, fan speed, etc.) work properly. However, in the Alexa ...
0 votes
1 answer
47 views

I am facing difficulties consuming an API in Angular that returns an Excel file encoded in Base64. The API is configured in AWS API Gateway and uses a Lambda function to generate the file. Although ...
-4 votes
1 answer
30 views

I've built a Lambda function in the AWS Console, and it seems fine, but when I add an S3 Trigger, it gives me a message "Confugrations overlap. Configurations on the same bucket cannot share a ...
0 votes
0 answers
33 views

I have an application that is in production working with Cloudfront + Appsync with OICD Authorizer. In the Cloudfront configuration for some reason it is adding in the custom headers if API_KEY exists ...
Advice
0 votes
6 replies
50 views

I have the following resource in Amplify v2: export const myFunction = defineFunction({ name: 'my-function', layers: { sharp: "sharp_arm64:1", }, environment: { BUCKET_NAME: ...
0 votes
1 answer
64 views

I have a working AWS Appsync application that uses OPENID_CONNECT as authorization, when I added API_KEY as additional broke the old routes. For some reason in the appsync schema it had in all routes ...
-1 votes
0 answers
62 views

I’m using AWS API Gateway HTTP API v2 with a Lambda function running a Java Spring Boot application The integration type is Lambda proxy integration with payloadFormatVersion: 2.0. Everything works ...
-1 votes
1 answer
68 views

I’m facing an issue with my React frontend and AWS Lambda backend setup. When my app makes multiple API calls at the same time, some of them randomly return a 500 Internal Server Error, while others ...
-4 votes
1 answer
68 views

I am using lambda and Python and S3. # lambda_bootstrap_train.py import boto3 import time import json import os sm = boto3.client('sagemaker', region_name='us-east-2') s3 = boto3.client('s3', ...
-1 votes
0 answers
34 views

I have a Lambda@Edge function which has 2 versions. Version 1 has non-functional code and version 2 has the latest operational code. What that function does is it fetches an object from an S3 bucket ...
0 votes
0 answers
27 views

Logging const client = generateClient<Schema>(); results in the following, which shows that the client is improperly generated: { "models": {}, "enums": {}, "...
1 vote
1 answer
90 views

In a Lambda, I'm using AWS Wrangler to read data out of a date partitioned set of parquets and concatenate them together. I am doing this by calling wr.s3.read_parquet in a loop, compiling the loaded ...
1 vote
0 answers
58 views

How can I determine which Identity Provider (IdP) a user used to sign in during the AWS Cognito PreAuthentication trigger, when multiple federated IdPs (SAML/OIDC) are linked to the same user? In the ...
0 votes
1 answer
47 views

Background I'm building a Lambda function (Node.js 20 runtime) that connects to an Amazon RDS MySQL database within the same VPC. Both the Lambda and the RDS instance are deployed in private subnets. ...

15 30 50 per page
1
2 3 4 5
...
2137

AltStyle によって変換されたページ (->オリジナル) /