Skip to content

Commit 085d6b3

Browse files
committed
intenall server issue
1 parent bc6de39 commit 085d6b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/newaws.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
PYTHON_VERSION: 3.11
1111
AWS_REGION: us-east-1
1212
ECR_REPOSITORY: meta/hello-world
13-
LAMBDA_FUNCTION_NAME: lamdanew2234
13+
LAMBDA_FUNCTION_NAME: python-app
14+
1415
permissions:
1516
id-token: write
1617
contents: read

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def hello(event, context):
44
return {
55
'statusCode': 200,
66
'body': json.dumps({
7-
'message': 'Hello Lambda!',
7+
'message': 'Hello Lambda!!',
88
'version': '1.0'
99
})
1010
}

0 commit comments

Comments
 (0)