Skip to content

Commit 5391445

Browse files
Update infrastructure/placeholder_lambda.py
Co-authored-by: Robert Gaskin <106234256+robg-test@users.noreply.github.com>
1 parent 25ad69d commit 5391445

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

infrastructure/placeholder_lambda.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import json
22

3-
# placeholder_lambda.py is a simple dummy Lambda function
4-
# that's packaged and deployed as placeholder code.
5-
# In AWS, you can't deploy a Lambda without some code,
6-
# so this serves as a baseline deployment artifact.
3+
# This is placeholder code as there has been no code deployment
74
def lambda_handler(event, context):
85
return {
96
'statusCode': 200,

0 commit comments

Comments
 (0)