We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea1708 commit ee84158Copy full SHA for ee84158
jetbrains-core/src/software/aws/toolkits/jetbrains/services/lambda/python/PythonDebugSupport.kt
@@ -76,7 +76,7 @@ class Python36ImageDebugSupport : PythonImageDebugSupport() {
76
override val id: String = LambdaRuntime.PYTHON3_6.toString()
77
override fun displayName() = LambdaRuntime.PYTHON3_6.toString().capitalize()
78
override val pythonPath: String = "/var/lang/bin/python3.6"
79
- override val bootstrapPath: String = "/var/runtime/bootstrap"
+ override val bootstrapPath: String = "/var/runtime/awslambda/bootstrap.py""
80
}
81
82
class Python37ImageDebugSupport : PythonImageDebugSupport() {
0 commit comments