serverless-appsync / serverless-appsync-simulator

A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis
MIT License
127 stars 69 forks source link

fix: default functionConfigurationsLocation refers to mappingTemplatesLocation #156

Closed h-kishi closed 2 years ago

h-kishi commented 2 years ago

I fixed the behavior of functionConfigurationsLocation( https://github.com/serverless-appsync/serverless-appsync-simulator/pull/140 ) to be the same as the behavior in serverless-appsync-plugin.

document:

functionConfigurationsLocation: # defaults to mappingTemplatesLocation (mapping-templates)

code: https://github.com/sid88in/serverless-appsync-plugin/blob/master/src/get-config.js#L81-L82

bboure commented 2 years ago

Good catch! Thank you!

bboure commented 2 years ago

:tada: This PR is included in version 0.19.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: