You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geoprocessing functions need to be able to access outside resources using API keys or other secrets.
There is a .env file that the developer sets up when running the devcontainer environment. But that only makes .env variables available when running tests locally.
We don't want to just insert all the .env file secrets into the Lambda environment on build/deploy. The framework needs a mechanism for the developer to specify which credentials should be made available to the Lambda environment.
The text was updated successfully, but these errors were encountered:
geoprocessing functions need to be able to access outside resources using API keys or other secrets.
There is a .env file that the developer sets up when running the devcontainer environment. But that only makes .env variables available when running tests locally.
We don't want to just insert all the .env file secrets into the Lambda environment on build/deploy. The framework needs a mechanism for the developer to specify which credentials should be made available to the Lambda environment.
The text was updated successfully, but these errors were encountered: