Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

piroz/my-lambda-php

Repository files navigation

my-lambda-php

build local and run

$ docker build -t my-lambda-php .
$ docker run -p 8080:8080 my-lambda-php

Open localhost:8080 in a browser

deploy

requirements

aws cli sam cli

build and deploy

$ sam build
$ sam deploy --guided

Open the URL listed in Sam's Output(API Gateway endpoint URL) in a browser.

About

try lambda php deploy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages