generated from Sage-Bionetworks-IT/lambda-template
-
Notifications
You must be signed in to change notification settings - Fork 1
[IT-4485] Upload CSV files from MIP to FloQast #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ConsoleCatzirl
merged 3 commits into
Sage-Bionetworks-IT:main
from
ConsoleCatzirl:initial
Aug 22, 2025
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,62 +1,4 @@ | ||
| { | ||
| "body": "{\"message\": \"hello world\"}", | ||
| "resource": "/{proxy+}", | ||
| "path": "/path/to/resource", | ||
| "httpMethod": "POST", | ||
| "isBase64Encoded": false, | ||
| "queryStringParameters": { | ||
| "foo": "bar" | ||
| }, | ||
| "pathParameters": { | ||
| "proxy": "/path/to/resource" | ||
| }, | ||
| "stageVariables": { | ||
| "baz": "qux" | ||
| }, | ||
| "headers": { | ||
| "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", | ||
| "Accept-Encoding": "gzip, deflate, sdch", | ||
| "Accept-Language": "en-US,en;q=0.8", | ||
| "Cache-Control": "max-age=0", | ||
| "CloudFront-Forwarded-Proto": "https", | ||
| "CloudFront-Is-Desktop-Viewer": "true", | ||
| "CloudFront-Is-Mobile-Viewer": "false", | ||
| "CloudFront-Is-SmartTV-Viewer": "false", | ||
| "CloudFront-Is-Tablet-Viewer": "false", | ||
| "CloudFront-Viewer-Country": "US", | ||
| "Host": "1234567890.execute-api.us-east-1.amazonaws.com", | ||
| "Upgrade-Insecure-Requests": "1", | ||
| "User-Agent": "Custom User Agent String", | ||
| "Via": "1.1 08f323deadbeefa7af34d5feb414ce27.cloudfront.net (CloudFront)", | ||
| "X-Amz-Cf-Id": "cDehVQoZnx43VYQb9j2-nvCh-9z396Uhbp027Y2JvkCPNLmGJHqlaA==", | ||
| "X-Forwarded-For": "127.0.0.1, 127.0.0.2", | ||
| "X-Forwarded-Port": "443", | ||
| "X-Forwarded-Proto": "https" | ||
| }, | ||
| "requestContext": { | ||
| "accountId": "123456789012", | ||
| "resourceId": "123456", | ||
| "stage": "prod", | ||
| "requestId": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef", | ||
| "requestTime": "09/Apr/2015:12:34:56 +0000", | ||
| "requestTimeEpoch": 1428582896000, | ||
| "identity": { | ||
| "cognitoIdentityPoolId": null, | ||
| "accountId": null, | ||
| "cognitoIdentityId": null, | ||
| "caller": null, | ||
| "accessKey": null, | ||
| "sourceIp": "127.0.0.1", | ||
| "cognitoAuthenticationType": null, | ||
| "cognitoAuthenticationProvider": null, | ||
| "userArn": null, | ||
| "userAgent": "Custom User Agent String", | ||
| "user": null | ||
| }, | ||
| "path": "/prod/path/to/resource", | ||
| "resourcePath": "/{proxy+}", | ||
| "httpMethod": "POST", | ||
| "apiId": "1234567890", | ||
| "protocol": "HTTP/1.1" | ||
| } | ||
| "ssm_secret_prefix": "test/", | ||
| "period_count": "2" | ||
| } |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, can't seem to see line coverage in coveralls. it says
source not availablewhen click on the source files.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see it here for an out-of-date build: https://coveralls.io/builds/74889781
but it took a couple refreshes to get past an ajax error so maybe coveralls is having some sort of partial outage