mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 07:47:00 +00:00
udfs (#96)
This commit is contained in:
parent
20a1126d5b
commit
b1a9b88266
@ -74,7 +74,7 @@ vars:
|
||||
- INTERNAL_DEV
|
||||
|
||||
prod:
|
||||
API_INTEGRATION: AWS_EXTERNAL_API_PRO_V2
|
||||
API_INTEGRATION: AWS_EXTERNAL_API_PROD_V2
|
||||
EXTERNAL_FUNCTION_URI: zv7a5qfhv9.execute-api.us-east-1.amazonaws.com/prod/
|
||||
ROLES:
|
||||
- AWS_LAMBDA_EXTERNAL_API
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
OR REPLACE EXTERNAL FUNCTION streamline.udf_bulk_rest_api_v2(
|
||||
json OBJECT
|
||||
) returns ARRAY {% if target.database == 'EXTERNAL:' -%}
|
||||
api_integration = aws_external_api_prod AS 'https://zv7a5qfhv9.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api'
|
||||
api_integration = aws_external_api_prod_v2 AS 'https://zv7a5qfhv9.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api'
|
||||
{% else %}
|
||||
api_integration = aws_external_api_stg_v2 AS 'https://qoupd0givh.execute-api.us-east-1.amazonaws.com/stg/udf_bulk_rest_api'
|
||||
{%- endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user