@@ -21,9 +21,9 @@ This Serverless Framework plugin supports the AWS service proxy integration feat
2121 - [ Customizing request parameters] ( #customizing-request-parameters-1 )
2222 - [ Customizing request templates] ( #customizing-request-templates )
2323 - [ Customize the Path Override in API Gateway] ( #customize-the-path-override-in-api-gateway )
24- - [ Can use greedy, for deeper Folders] ( #can-use-greedy-- for-deeper-folders )
24+ - [ Can use greedy, for deeper Folders] ( #can-use-greedy-for-deeper-folders )
2525 - [ Customizing responses] ( #customizing-responses-1 )
26- - [ Allow Bindary Types] ( #allow-binary-type )
26+ - [ Allow Binary Types] ( #allow-binary-type )
2727 - [ SNS] ( #sns )
2828 - [ Customizing responses] ( #customizing-responses-2 )
2929 - [ DynamoDB] ( #dynamodb )
@@ -51,7 +51,7 @@ serverless plugin install -n serverless-apigateway-service-proxy
5151## Supported AWS services
5252
5353Here is a services list which this plugin supports for now. But will expand to other services in the feature.
54- Please pull request if you are intersted in it.
54+ Please pull request if you are interested in it.
5555
5656- Kinesis Streams
5757- SQS
@@ -351,11 +351,11 @@ custom:
351351` ` `
352352
353353This will result in API Gateway setting the Path Override attribute to `{bucket}/{folder}/{file}.xml`
354- So for example if you navigate to the API Gatway endpoint `/language/en` it will fetch the file in S3 from `{bucket}/language/en.xml`
354+ So for example if you navigate to the API Gateway endpoint `/language/en` it will fetch the file in S3 from `{bucket}/language/en.xml`
355355
356356# #### Can use greedy, for deeper Folders
357357
358- The forementioned example can also be shortened by a greedy approach. Thanks to @taylorreece for mentioning this.
358+ The aforementioned example can also be shortened by a greedy approach. Thanks to @taylorreece for mentioning this.
359359
360360` ` ` yaml
361361custom:
0 commit comments