Skip to content

Commit

Permalink
decouple apigw-lambda sample app from adot project build (#992)
Browse files Browse the repository at this point in the history
The sample app doesn't need ADOT Javaagent instrumentation, rather it
depends on instrumentaiton via lambda layer. SO it makes sense to not
depend on adot javaagent build for building this sample app.


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
srprash authored Jan 10, 2025
1 parent 8796084 commit 08f2f80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions sample-apps/apigateway-lambda/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pluginManagement {
plugins {
id("com.diffplug.spotless") version "6.13.0"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
}

dependencyResolutionManagement {
repositories {
mavenCentral()
mavenLocal()
}
}

rootProject.name = "sample-app-apigw-lambda"
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ include(":smoke-tests:spring-boot")
include(":sample-apps:springboot")
include(":sample-apps:spark")
include(":sample-apps:spark-awssdkv1")
include(":sample-apps:apigateway-lambda")

// Used for contract tests
include("appsignals-tests:images:mock-collector")
Expand Down

0 comments on commit 08f2f80

Please sign in to comment.