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
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-[0.1-SimplePhpFunction](https://github.com/bls20AWS/serverelss-php/tree/master/0.1-SimplePhpFunction) a very simple implementation of a PHP Lambda function. This uses a custom rumtime bootstrap and vendor dependancies as layers.
6
+
-[0.1-SimplePhpFunction](https://github.com/bls20AWS/serverelss-php/tree/master/0.1-SimplePhpFunction) a very simple implementation of a PHP Lambda function. This uses a custom rumtime bootstrap and vendor dependencies as layers.
7
7
8
8
9
9
## Community Curated PHP / Serverless resources ##
@@ -12,7 +12,7 @@
12
12
13
13
14
14
## Creating your custom PHP runtime ##
15
-
Follow the instructions below to create Lambda layers to hold your PHP custom runtime and library dependancies. Include these layers in your PHP Lambda functions with the Lambda runtime set to `provided`.
15
+
Follow the instructions below to create Lambda layers to hold your PHP custom runtime and library dependencies. Include these layers in your PHP Lambda functions with the Lambda runtime set to `provided`.
16
16
17
17
### Compiling PHP ###
18
18
:information_source: PHP 7.3.0 has been used for this example.
@@ -73,7 +73,7 @@ zip -r runtime.zip bin bootstrap
73
73
74
74
:information_source: <fontsize="2">Consult the [Runtime API documentation](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html) as you build your own production custom runtimes to ensure that you’re handling all eventualities as gracefully as possible.</font>
75
75
76
-
### Creating dependancies ###
76
+
### Creating dependencies ###
77
77
78
78
[This bootstrap file](/bootstrap) uses [Guzzle](https://github.com/guzzle/guzzle), a popular PHP HTTP client, to make requests to the custom runtime API. The Guzzle package is installed using [Composer package manager](https://getcomposer.org/).
0 commit comments