Feature request: AWS::Serverless::GraphQLApi EnvironmentVariables Property #7959
Labels
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
type/feature
Feature request
Describe your idea/feature/enhancement
Please add the
EnvironmentVariables
as a property on theAWS::Serverless::GraphQLApi
resource type. Currently the only way to set this is to instead use theAWS::AppSync::GraphQLApi
resource type.Serverless GraphQL Resource Type Documentation
AppSync GraphQL Resource Type Documentation
Proposal
Pass through the property from the
::Serverless::
resource type ->::AppSync::
resource type in the transform.Additional Details
This will allow us to add environment variables to our AppSync's JS resolvers.
The text was updated successfully, but these errors were encountered: