-
Disclaimer: I'm in no way suggesting that serverless architecture should be supported by this library - just pointing it out in case there are easy fixes to allow for it, as much of the web is moving …
-
One issue we've found when using AFJ in a serverless environment is that it doesn't always work with the serverless model.
Serverless instances are meant to be scaled up and down and work based on r…
-
AWS SAM seems to have evolved since the documentation and examples have been written, and we could benefit from guidance in taking advantage of features like Makefile builds, 'sam sync' and 'sam local…
-
### Describe the bug
In my cloudformation json template I have the following parameter in my parameter list:
```
"LambdaArchitecture": {
"Type": "String",
"Default": "arm64",
"AllowedV…
-
## Description
Sanitize song bytes uploaded by the user in `create_song` service method located at `serverless` and `blob` folders (supported architectures)
## Context
Uploaded songs by the u…
-
### Description
When using `sam deploy` with the `AutoPublishAlias` property in the template it always returns the error:
```
Error: Failed to create changeset for the stack: stack-name, ex: Waiter C…
-
Hi,
I was looking to check if AppSync supports cross-account data sources, such as AppSync in one account using a DynamoDB table in another account.
As per [@dabit3's Tweet reply from April 1, 2020…
-
### Description:
When the distributionUrl in the gradle-wrapper.properties of a project is set to `https\://services.gradle.org/distributions/gradle-8.10-bin.zip` or higher versions, an IOException oc…
-
Modern development requires rapid, autonomous workflows across the entire lifecycle—planning to monitoring—often involving complex setups like multi-project architectures, containers, and database mod…
-
Services which allow one to make their application serverless (i.e. AWS Lambda) are becoming increasingly popular. You only pay for code executed. No renting servers etc. This cuts costs extremely for…