File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ Resources:
539
539
Type : AWS::Serverless::Function
540
540
Properties :
541
541
Handler : org.umaxcode.SendTaskDeadlineNotificationLambdaHandler::handleRequest
542
+ CodeUri : .
542
543
Policies :
543
544
- AWSLambdaBasicExecutionRole
544
545
- Statement :
@@ -588,9 +589,9 @@ Resources:
588
589
Outputs :
589
590
TaskManagementSystemApi :
590
591
Description : URL for application
591
- Value : !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/ping '
592
+ Value : !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
592
593
Export :
593
- Name : TaskManagementSystemApi
594
+ Name : !Sub ${AWS::StackName}- TaskManagementSystemApi
594
595
595
596
TaskTableName :
596
597
Description : ' The name of the DynamoDB Task table'
You can’t perform that action at this time.
0 commit comments