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
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ resources:
150
150
151
151
In this example, responses to both `/example1` and `/example2` will have the header `X-Always-Present: Yes` set, as it is inherited from the root configuration.
152
152
153
-
> See [default-response-config](https://github.com/outofcoffee/imposter/blob/main/examples/rest/default-response-config) for an example.
153
+
> See [default-response-config](https://github.com/imposter-project/imposter-jvm-engine/blob/main/examples/rest/default-response-config) for an example.
Copy file name to clipboardExpand all lines: docs/deploy_aws_lambda_console.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This method uses the AWS Web Console to create a Lambda function, and enables yo
46
46
47
47
The Imposter engine for AWS Lambda is packaged as a ZIP file. You should upload this file to an S3 bucket, from where it will be referenced by your Lambda function.
48
48
49
-
Open the [AWS S3 Console](https://s3.console.aws.amazon.com/s3/home). Upload the `imposter-awslambda.zip` file from the [Releases page](https://github.com/outofcoffee/imposter/releases/latest) to an S3 bucket.
49
+
Open the [AWS S3 Console](https://s3.console.aws.amazon.com/s3/home). Upload the `imposter-awslambda.zip` file from the [Releases page](https://github.com/imposter-project/imposter-jvm-engine/releases/latest) to an S3 bucket.
50
50
51
51
For the purposes of this guide, we will assume you have uploaded the ZIP file to a bucket named `example-imposter-bucket`, so the full path to the file would be:
52
52
@@ -85,7 +85,7 @@ Set the environment variable to point to the path holding the configuration file
85
85
86
86
*Important:* Ensure the Lambda execution role has permission to access the S3 bucket containing your configuration.
87
87
88
-
See [deploy/example/bucket-policy.json](https://raw.githubusercontent.com/outofcoffee/imposter/main/distro/awslambda/deploy/example/bucket-policy.json) for an example IAM role.
88
+
See [deploy/example/bucket-policy.json](https://raw.githubusercontent.com/imposter-project/imposter-jvm-engine/main/distro/awslambda/deploy/example/bucket-policy.json) for an example IAM role.
0 commit comments