-
With the new version, the gdlint is broken on lambda code.
It works well with version 4.3.1
```
extends Node
# Called when the node enters the scene tree for the first time.
func _ready() -…
-
# Lambda Structured Logging Support
## Status (September 5th, 2024) ##
Version 1.11.0 of `Amazon.Lambda.RuntimeSupport` and 2.3.0 of `Amazon.Lambda.Core` have been released with structured loggin…
normj updated
2 weeks ago
-
### Problem Description
When upgrading a Lambda Function that previously ran fine with Instana layer version 61 to 62 or above the execution fails with the error `Unable to import module 'instana': N…
-
%Subj%
Plugin version 1.8.
IDE: Build #IU-243.21631
Steps to reproduce 1:
Create an empty scratch file, press F1.
Steps to reproduce 2:
Create an empty scratch file, type three chars, pres…
-
The ServerlessLand team has requested a PHP example to add to the languages present here: https://serverlessland.com/snippets/integration-s3-to-lambda
-
I am interested in starting an attempt to get lambdas working, and I am opening this issue as a place to get working on it.
I will open up a feature branch where we can collaborate on this sub-proj…
-
### What is the problem this feature would solve?
Currently, when you define a resource as an Authorizer function you need to return `APIGatewayAuthorizerResult `JSON shape as:
```
{
princip…
-
```
java.lang.Throwable: 'virtualFile' is requested on EDT by AddRebuggerHereAction#presentation@EditorPopup (com.github.theapache64.rebuggerplugin.AddRebuggerHereAction). See ActionUpdateThread java…
-
### IDE Information
PyCharm 2024.3 (Community Edition)
Build #PC-243.21565.199, built on November 13, 2024
Runtime version: 21.0.5+8-b631.16 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by Je…
-
This program
```
template
concept C = true;
static_assert(
[]() -> decltype([]{ return true; })
{ return {}; }()());
```
is accepted by GCC and MSVC, but Clang crashes:
```
PLEASE …
Fedr updated
2 months ago