Skip to content

Commit

Permalink
Get latest lambda function version
Browse files Browse the repository at this point in the history
  • Loading branch information
brahimmouhamou committed Jun 6, 2024
1 parent ea0883f commit 174a265
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 75 deletions.
152 changes: 118 additions & 34 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,3 @@ export async function deploy({
})
)
}

// {
// "version": "0.0",
// "Resources":[{
// "blue":{
// "Type": "AWS::Lambda::Function",
// "Properties":{
// "Name":"blue",
// "Alias":"Blue",
// "CurrentVersion":2,
// "TargetVersion": 1
// }
// }
// },
// {
// "blue":{
// "Type": "AWS::Lambda::Function",
// "Properties":{
// "Name":"blue",
// "Alias":"Blue",
// "CurrentVersion":2,
// "TargetVersion": 1
// }
// }
// }]
// }
Loading

0 comments on commit 174a265

Please sign in to comment.