Dennis Kieselhorst

Results 16 issues of Dennis Kieselhorst

OpenTelemetry is an observability framework for cloud-native software and comes with a collection of tools, APIs, and SDKs. You can use it to instrument, generate, collect, and export telemetry data...

enhancement

- https://image-processing.serverlessworkshops.io/extra-credit/native-integrations.html “Resource”: “arnstates::publish” is invalid, should be “arn:aws:states:::sns:publish” - https://image-processing.serverlessworkshops.io/implementation/metadata-persistence.html step 5, image reference https://image-processing.serverlessworkshops.io/images/6-update-state-machine-persistence-2.png is broken - https://image-processing.serverlessworkshops.io/implementation/state-machine.html fix typo step 11 Create State Macine Can you please...

Recently Lambda Function URLs were released: https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/ Those requests fail with: `com.amazonaws.serverless.exceptions.InvalidRequestEventException: The incoming event is not a valid request from Amazon API Gateway or an Application Load Balancer`

enhancement
docs

I followed https://aws-otel.github.io/docs/getting-started/lambda/lambda-java and I'm now seeing: ``` io.opentelemetry.sdk.autoconfigure.ConfigurationException: Unrecognized value for otel.propagators: b3. Make sure the artifact including the propagator is on the classpath. at io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration.getPropagator(PropagatorConfiguration.java:58) at io.opentelemetry.sdk.autoconfigure.PropagatorConfiguration.configurePropagators(PropagatorConfiguration.java:39) at...

**Description:** [io.opentelemetry:opentelemetry-semconv](https://search.maven.org/artifact/io.opentelemetry/opentelemetry-semconv) was moved to [io.opentelemetry.semconv:opentelemetry-semconv](https://search.maven.org/artifact/io.opentelemetry.semconv/opentelemetry-semconv) and the former is now deprecated as per https://github.com/open-telemetry/opentelemetry-java/pull/5786. **Existing Issue(s):** #1044 **Testing:** Unittest execution **Documentation:** **Outstanding items:**

component: maven-extension

Lambda has max. 10 seconds for init which is handled in https://github.com/spring-cloud/spring-cloud-function/blob/14160f8201424d532c7e19e83853ac87ccc0f829/spring-cloud-function-adapters/spring-cloud-function-serverless-web/src/main/java/org/springframework/cloud/function/serverless/web/ServerlessMVC.java#L109. Currently if the init e.g. takes 15 seconds, the initial request fails while it works for the other...

https://github.com/symphoniacloud/lambda-monitoring is no longer maintained. Replace dependency with https://awslabs.github.io/aws-lambda-powertools-java/core/logging/.

enhancement
dependencies
good first issue