Skip to content

Commit eb97cac

Browse files
committed
docs(guide): link the container SnapStart example too
The SnapStart page pointed only at fastapi-snapstart-zip, though the branch also adds examples/fastapi-snapstart for container-image packaging.
1 parent cefdf52 commit eb97cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/src/features/snapstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ AWS_LWA_SNAPSTART_BEFORE_CHECKPOINT_PATH=/snapstart/before
7676
AWS_LWA_SNAPSTART_AFTER_RESTORE_PATH=/snapstart/after
7777
```
7878

79-
See the [fastapi-snapstart-zip example](https://github.com/aws/aws-lambda-web-adapter/tree/main/examples/fastapi-snapstart-zip) for a complete, deployable application.
79+
For complete, deployable applications see the [fastapi-snapstart-zip example](https://github.com/aws/aws-lambda-web-adapter/tree/main/examples/fastapi-snapstart-zip) (zip packaging) and the [fastapi-snapstart example](https://github.com/aws/aws-lambda-web-adapter/tree/main/examples/fastapi-snapstart) (container image).

0 commit comments

Comments
 (0)