Skip to content

Commit 26bbc95

Browse files
committed
First commit
1 parent 0dc8979 commit 26bbc95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

awslambdaupdate-capi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ Update an AWS Lambda function using the Client API (low-level) of Boto 3.
111111
* `Updated function "FunctionName"`
112112

113113
And the Lambda function updated.
114+

awslambdaupdate-capi/lambdaupdate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ def main():
103103
# This is the standard boilerplate that calls the main() function.
104104
if __name__ == '__main__':
105105
main()
106+

0 commit comments

Comments
 (0)