Skip to content

Commit 8221f12

Browse files
authored
Update ServerlessSpy.ts
1 parent 01bbbc8 commit 8221f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerlessSpy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ export class ServerlessSpy extends Construct {
457457
layer =
458458
layer ||
459459
new lambda.LayerVersion(this,
460-
`PythonExtension${runtime.name
460+
`NodeExtension${runtime.name
461461
.replace('node', '')
462462
.replace('.', '_')}`,
463463
{

0 commit comments

Comments
 (0)