Skip to content

Commit ee84158

Browse files
manodnyabbreedloj
authored andcommitted
revert changes
1 parent 9ea1708 commit ee84158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/lambda/python/PythonDebugSupport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Python36ImageDebugSupport : PythonImageDebugSupport() {
7676
override val id: String = LambdaRuntime.PYTHON3_6.toString()
7777
override fun displayName() = LambdaRuntime.PYTHON3_6.toString().capitalize()
7878
override val pythonPath: String = "/var/lang/bin/python3.6"
79-
override val bootstrapPath: String = "/var/runtime/bootstrap"
79+
override val bootstrapPath: String = "/var/runtime/awslambda/bootstrap.py""
8080
}
8181
8282
class Python37ImageDebugSupport : PythonImageDebugSupport() {

0 commit comments

Comments
 (0)