- google/gts .eslintrc.json
- typescript-eslint-language-service - how it works?
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
// Use this code snippet in your app. | |
// If you need more information about configurations or implementing the sample code, visit the AWS docs: | |
// https://aws.amazon.com/developers/getting-started/nodejs/ | |
// Load the AWS SDK | |
var AWS = require('aws-sdk'), | |
region = "eu-west-1", | |
secretName = "GithubToken", | |
secret, | |
decodedBinarySecret; |
Parameter | Default | Description |
---|---|---|
STACK_NAME | %PROJECT_NAME% | SAM Stack name |
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
SELECT TOP 100 | |
ActiveDocumentPosition.metaType, | |
SUM( | |
CASE | |
WHEN ActiveDocumentPosition.metaType = 'demandposition' | |
THEN ActiveDocumentPosition.price | |
ELSE -ActiveDocumentPosition.price | |
END | |
) AS value |
Parameter | Default | Description