Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: org.umaxcode.SendTaskDeadlineNotificationLambdaHandler::handleRequest
CodeUri: .
Policies:
- AWSLambdaBasicExecutionRole
- Statement:
Expand Down Expand Up @@ -588,9 +589,9 @@ Resources:
Outputs:
TaskManagementSystemApi:
Description: URL for application
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/ping'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
Export:
Name: TaskManagementSystemApi
Name: !Sub ${AWS::StackName}-TaskManagementSystemApi

TaskTableName:
Description: 'The name of the DynamoDB Task table'
Expand Down
Loading