Skip to content

Commit f5918c4

Browse files
Get latest lambda function version
1 parent ea0883f commit f5918c4

File tree

5 files changed

+242
-79
lines changed

5 files changed

+242
-79
lines changed

dist/index.js

Lines changed: 116 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/deploy.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,3 @@ export async function deploy({
2121
})
2222
)
2323
}
24-
25-
// {
26-
// "version": "0.0",
27-
// "Resources":[{
28-
// "blue":{
29-
// "Type": "AWS::Lambda::Function",
30-
// "Properties":{
31-
// "Name":"blue",
32-
// "Alias":"Blue",
33-
// "CurrentVersion":2,
34-
// "TargetVersion": 1
35-
// }
36-
// }
37-
// },
38-
// {
39-
// "blue":{
40-
// "Type": "AWS::Lambda::Function",
41-
// "Properties":{
42-
// "Name":"blue",
43-
// "Alias":"Blue",
44-
// "CurrentVersion":2,
45-
// "TargetVersion": 1
46-
// }
47-
// }
48-
// }]
49-
// }

0 commit comments

Comments
 (0)