Downloads provided by UsageCounts
A serverless application consists of the following components A Runtime (Ruby 2.7, Python 3) A package of code Requests are sent to the application via url parameters and/or a URL payload (usually json) A serverless application typically responds with an http response What is in the package of code? The presentation will illustrate an example of each type of code package. In the simplest example, it is just a single file of code. Or the code may require dependencies that are bundled with a dependency manager (ruby bundler or python pip) The code may also require binary dependencies that are compiled for the specific runtime (mysql client libraries) The package of code requires a container for deployment Zip file War file In Dec of 2020, AWS Lambda began to support Docker Images for packaging a serverless application. The beauty of providing a docker image as a code package is that the same docker image that you use for deployment can be used for testing your application before deployment. The demonstration portion of this presentation will illustrate the testing and deployment process for the Administrative Tool for the Merritt digital preservation system.
Uploading for use by developer track session chair if needed.
serverless application, deployment, docker, AWS Lambda
serverless application, deployment, docker, AWS Lambda
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 29 | |
| downloads | 7 |

Views provided by UsageCounts
Downloads provided by UsageCounts