Skip to content

Commit

Permalink
Remove deployment to serverless repository (Sage-Bionetworks#34)
Browse files Browse the repository at this point in the history
This essentially reverts PR Sage-Bionetworks#19.  This lambda has become too HTAN specific
to be generally usable therfore no need to make available in serverless
repo.  Also it's a PITA to manage.
  • Loading branch information
zaro0508 authored Mar 30, 2021
1 parent 7d5013b commit ab6ab81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
sam package --template-file .aws-sam/build/template.yaml \
--s3-bucket $LAMBDA_BUCKET \
--output-template-file .aws-sam/build/$REPO_NAME.yaml
- sam publish --template .aws-sam/build/$REPO_NAME.yaml
- aws s3 cp .aws-sam/build/$REPO_NAME.yaml s3://$CFN_BUCKET/$REPO_NAME/$TRAVIS_BRANCH/
- aws s3 cp s3-synapse-sync-bucket.j2 s3://$CFN_BUCKET/$REPO_NAME/$TRAVIS_BRANCH/
- aws s3 cp s3-synapse-sync-kms-key.yaml s3://$CFN_BUCKET/$REPO_NAME/$TRAVIS_BRANCH/
15 changes: 0 additions & 15 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ Description: >-
Lambda function code to index files in S3 buckets by creating filehandles
on Synapse, triggered by file changes to S3."
Metadata:
AWS::ServerlessRepo::Application:
Name: "s3-synapse-sync"
Description: >-
Lambda function code to index files in S3 buckets by creating filehandles
on Synapse, triggered by file changes to S3."
Author: "Sage-Bionetworks"
SpdxLicenseId: "Apache-2.0"
LicenseUrl: "LICENSE"
ReadmeUrl: "README.md"
Labels: ["serverless", "synapse", "storage", "S3"]
HomePageUrl: "https://github.com/Sage-Bionetworks/s3-synapse-sync"
SemanticVersion: "1.3.0"
SourceCodeUrl: "https://github.com/Sage-Bionetworks/s3-synapse-sync/tree/1.3.0"

Parameters:
BucketVariables:
Description: 'String mapping buckets to Synapse project IDs'
Expand Down

0 comments on commit ab6ab81

Please sign in to comment.