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 4f2fcb0 commit 6ecde4aCopy full SHA for 6ecde4a
src/lldebugger.ts
@@ -110,7 +110,7 @@ async function run() {
110
name: 'approval',
111
message: `\nThe following changes will be applied to your AWS account:${
112
(changes.deployLayer
113
- ? '\n - Deploy Lambda Live Debugger layer'
+ ? `\n - Deploy Lambda Live Debugger layer version ${version}`
114
: '') +
115
(changes.lambdasToUpdate.length
116
? `\n - Attach the layer and add environment variables to the Lambdas:\n${changes.lambdasToUpdate
0 commit comments