Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update default values for bucket name and key prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagocardenas committed Mar 28, 2018
1 parent fc46631 commit f420fb3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions templates/dialogtech.template
Expand Up @@ -81,9 +81,8 @@ Resources:
Role:
Fn::GetAtt: LambdaExecutionRole.Arn
Code:
S3Bucket: quickstart-reference
S3Key:
Fn::Sub: connect/integration/dialogtech/latest/functions/packages/dialogtech-integration-test/dialogtech-integration-test.zip
S3Bucket: aws-quickstart
S3Key: connect-integration-dialogtech/functions/packages/dialogtech-integration-test/dialogtech-integration-test.zip
Runtime: nodejs6.10
Timeout: '10'
IntegrationTest:
Expand All @@ -104,9 +103,8 @@ Resources:
Role:
Fn::GetAtt: LambdaExecutionRole.Arn
Code:
S3Bucket: quickstart-reference
S3Key:
Fn::Sub: connect/integration/dialogtech/latest/functions/packages/dialogtech-integration/dialogtech-integration.zip
S3Bucket: aws-quickstart
S3Key: connect-integration-dialogtech/functions/packages/dialogtech-integration/dialogtech-integration.zip
Runtime: nodejs6.10
Timeout: '10'
Environment:
Expand Down

0 comments on commit f420fb3

Please sign in to comment.