Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,8 @@ axes:
task_groups:
- name: "atlas-deployed-task-group"
max_hosts: -1
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
setup_group:
- func: fetch source
- func: prepare resources
Expand All @@ -1965,8 +1967,6 @@ task_groups:
add_expansions_to_env: true
args:
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- "atlas-search-index-management-task"
- "aws-lambda-deployed-task"
Expand Down
20 changes: 0 additions & 20 deletions driver-lambda/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,6 @@ Resources:
Properties:
Path: /mongodb
Method: get
ApplicationResourceGroup:
Type: AWS::ResourceGroups::Group
Properties:
Name:
Fn::Join:
- ''
- - ApplicationInsights-SAM-
- Ref: AWS::StackName
ResourceQuery:
Type: CLOUDFORMATION_STACK_1_0
ApplicationInsightsMonitoring:
Type: AWS::ApplicationInsights::Application
Properties:
ResourceGroupName:
Fn::Join:
- ''
- - ApplicationInsights-SAM-
- Ref: AWS::StackName
AutoConfigurationEnabled: true
DependsOn: ApplicationResourceGroup
Outputs:
LambdaTestApi:
Description: API Gateway endpoint URL for Prod stage for Lambda Test function
Expand Down