@@ -21,9 +21,9 @@ This Serverless Framework plugin supports the AWS service proxy integration feat
21
21
- [ Customizing request parameters] ( #customizing-request-parameters-1 )
22
22
- [ Customizing request templates] ( #customizing-request-templates )
23
23
- [ 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 )
25
25
- [ Customizing responses] ( #customizing-responses-1 )
26
- - [ Allow Bindary Types] ( #allow-binary-type )
26
+ - [ Allow Binary Types] ( #allow-binary-type )
27
27
- [ SNS] ( #sns )
28
28
- [ Customizing responses] ( #customizing-responses-2 )
29
29
- [ DynamoDB] ( #dynamodb )
@@ -51,7 +51,7 @@ serverless plugin install -n serverless-apigateway-service-proxy
51
51
## Supported AWS services
52
52
53
53
Here 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.
55
55
56
56
- Kinesis Streams
57
57
- SQS
@@ -351,11 +351,11 @@ custom:
351
351
` ` `
352
352
353
353
This 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`
355
355
356
356
# #### Can use greedy, for deeper Folders
357
357
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.
359
359
360
360
` ` ` yaml
361
361
custom:
0 commit comments