Questions tagged with Serverless
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 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
31
views
asked 17 hours agolg...
I want to find the Ip of machine running Source Connector running on MSK Connect , so that It can be whitelisted on source side, otherwise I have to whitelist all Ips on source side ?
is there...
0
answers
0
votes
29
views
asked 18 hours agolg...
undefined ERROR Uncaught Exception {
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module 'libsodium-wrappers'\nRequire stack:\n-...
0
answers
0
votes
35
views
asked a day agolg...
The [pricing example for On-demand Serverless Inference ](https://aws.amazon.com/sagemaker/pricing/) explains how compute charges are calculated with total inference duration being one of the factors....
2
answers
0
votes
34
views
asked 2 days agolg...
HI , when im using athena udf , im not able to read functions arguments in lambda function, getting key error while extracting from event .
Here is my athena function sql :
**USING EXTERNAL FUNCTION...
1
answers
0
votes
45
views
asked 3 days agolg...
I have created a codepipline using the following git link
https://github.com/aws-samples/aws-serverless-samfarm/blob/master/pipeline/pipeline.yaml
The Pipeline has been created and I have connected...
1
answers
0
votes
76
views
asked 4 days agolg...
**My template.yaml:**
```
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
sam-myshop
Sample SAM Template for sam-myshop
Globals:
Function:
...
1
answers
0
votes
46
views
asked 4 days agolg...
My requirement is to deploy serverless wordpress and I have came through concept of lambda web adapter which is for response streaming between lambda and web application. For...
1
answers
0
votes
71
views
asked 6 days agolg...
Hi, my Cognito "*User pool*" is configured with: ALLOW_USER_SRP_AUTH+ALLOW_REFRESH_TOKEN_AUTH and Device tracking=always remember (+MFA enabled). However, during sign-in, whether through local Cognito...
0
answers
0
votes
98
views
asked 6 days agolg...
Creating a authenticated lambda function using Cognito, API gateway, and the serverless framework.lg...
Hi, I am trying to create a serverless.yml that instantiates a cognito serverless that protects a private API using JWT tokens.
Here is a snippet of the yml file file I have so far.
```
service:...
3
answers
0
votes
86
views
asked 7 days agolg...
I am continuing to get timeouts with this configuration:
```
conn = redshift_connector.connect(
host='examplecluster.abc123xyz789.us-west-1.redshift.amazonaws.com',
port=5439,
...
1
answers
0
votes
81
views
asked 7 days agolg...
Hello,
Which is the serverless standard approach to handle a Lambda invocation that depends on multiple events ?
Is the below scenario a good approach ?
- Lambda1 is triggered by an S3 event (with...
2
answers
0
votes
52
views
asked 7 days agolg...