-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated template file, added samconfig file
- Loading branch information
1 parent
46d23d9
commit 493da4e
Showing
5 changed files
with
98 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
python setup.py bdist_wheel | ||
pip uninstall -y sumologic_mongodb_atlas | ||
pip install dist/sumologic_mongodb_atlas-1.0.11*.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
version = 0.1 | ||
|
||
[default.build] | ||
[default.build.parameters] | ||
cached = true | ||
parallel = true | ||
debug=true | ||
use_container=true | ||
|
||
[default.package] | ||
[default.package.parameters] | ||
output_template_file="packaged.yaml" | ||
s3_prefix="MongoDBAtlas/v1.0.18" | ||
region="us-east-1" | ||
s3_bucket="appdevstore-test" | ||
|
||
[default.deploy.parameters] | ||
capabilities = "CAPABILITY_IAM" | ||
confirm_changeset = true | ||
stack_name="testingMongoDBAtlas" | ||
parameter_overrides="HttpLogsEndpoint=<http logs source endpoint> HttpMetricsEndpoint=<http metrics source endpoint> OrganizationId=<mongodbatlas org id> PrivateApiKey=<mongodbatlas private api key> ProjectId=<mongodb atlas cluster project id> PublicApiKey=<mongodbatlas public api key>" | ||
s3_prefix="MongoDBAtlas/v1.0.18" | ||
region="us-east-1" | ||
s3_bucket="appdevstore-test" | ||
|
||
[default.publish.parameters] | ||
template="packaged.yaml" | ||
region="us-east-1" | ||
|
||
[default.sync.parameters] | ||
watch = true | ||
|
||
[default.local_start_api.parameters] | ||
warm_containers = "EAGER" | ||
|
||
[default.local_invoke.parameters] | ||
parameter_overrides="ENVIRONMENT=onprem HttpLogsEndpoint=<http logs source endpoint> HttpMetricsEndpoint=<http metrics source endpoint> OrganizationId=<mongodbatlas org id> PrivateApiKey=<mongodbatlas private api key> ProjectId=<mongodb atlas cluster project id> PublicApiKey=<mongodbatlas public api key>" | ||
|
||
# https://github.com/aws/aws-sam-cli/issues/5492 | ||
# Allow specification of parameters that should apply to all (or multiple) environments in AWS SAM CLI configuration file (samconfig.toml) | ||
|
||
[prod] | ||
[prod.sync] | ||
[prod.sync.parameters] | ||
watch = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters