-
I'm following this tutorial here [1], and creating a Resource Provider using the cfn CLI.
When I run "sam local invoke TestEntrypoint --event sam-tests/create.json" I get error below.
```
Invok…
-
### Steps to Reproduce
export LOG_LEVEL=INFO && python prowler.py aws -s lambda
### Expected behavior
Prowler should scan for awslambda service
### Actual Result with Screenshots or Logs
2024…
-
**Describe the bug**
If i'm a first time user doing something that feels like it should work, it should work.
In this example, the java code configures the `/` route, and the template.yml mounts t…
-
```
/var/stackage/work/unpack-dir/unpacked/serverless-haskell-0.12.6-0aad6e7c1ea6e0a0f623b102101ff644049eb980a3c9c13889c31f73e8fc53cd/src/AWSLambda/Events/KinesisEvent.hs:18:1: error:
Cou…
-
* Framework version: 1.4
* Implementations: Spring Boot2
## Scenario
Debug from StreamLambdaHandler using the toolkit in IntelliJ, java.lang.ClassNotFoundException: com.amazonaws.serverless.sampl…
-
**Describe the bug**
httpmaid-awslambda already pulls in aws-lambda-java-events, which should be all we need to interact with lambda events, no need to parse json events ourselves:
```
[INFO] +- …
-
From the README.
> Some icons have a dark and light themed background. You can specify which theme you want as a url parameter. This is optional. **The default theme is dark.**
But here are all …
-
**Describe the bug**
This bug was reported [here](https://github.com/awslabs/aws-athena-query-federation/issues/288). I am reopening in a new issue at the request of @akuzin1
**To Reproduce**
…
evbo updated
10 months ago
-
is it possible to build an object Respose like this?
@GET
public Response get() {
ResponseBuilder builder = Response.ok("{\"name\" : \"cesar\" }");
return builder.build();
}
When I invoked …
-
goal: have `make node_modules_aws` create a node_modules_aws with npm dependencies but with native code compiled for the aws lambda architecture. This way, a repository/folder could switch out the `no…