diff --git a/README.md b/README.md index 50d6d70e7..b8b67b0aa 100644 --- a/README.md +++ b/README.md @@ -114,23 +114,23 @@ cd graalvm-demos native-aws-fargate
native-aws-fargate - This demo covers the steps required to create a container image of a native executable application and deploy the image onto AWS Fargate.
Technologies: Native Image, Apache Maven, Docker, AWS Fargate
+ This demo covers the steps required to create a container image of a native executable application and deploy the image on AWS Fargate.
Technologies: Native Image, Apache Maven, Docker, AWS Fargate
native-aws-lambda
native-aws-lambda - This demo covers the steps required to deploy native executables on AWS Lambda.
Technologies: Native Image, Apache Maven, Docker, AWS Lambda
+ This demo covers the steps required to deploy a native executable application on AWS Lambda.
Technologies: Native Image, Apache Maven, Docker, AWS Lambda
native-azure-container-instances
native-azure-container-instances - This demo covers the steps required to deploy native image applications on the Azure Container Instances platform.
Technologies: Native Image, Apache Maven, Docker, Azure CLI, Azure Container Instances
+ This demo covers the steps required to create a container image of a native executable application and deploy the image on Azure Container Instances.
Technologies: Native Image, Apache Maven, Docker, Azure CLI, Azure Container Instances
native-google-cloud-run
native-google-cloud-run - This demo covers the steps required to deploy native executables on Google Cloud Run.
Technologies: Native Image, Apache Maven, Docker, Google Cloud CLI, Google Cloud Run
+ This demo covers the steps required to create a container image of a native executable application and deploy the image on Google Cloud Run.
Technologies: Native Image, Apache Maven, Docker, Google Cloud CLI, Google Cloud Run
native-oci-container-instances
native-oci-container-instances - This demo covers the steps required to deploy native image applications on the OCI Container Instances platform.
Technologies: Native Image, Apache Maven, Docker, OCI Container Instances
+ This demo covers the steps required to create a container image of a native executable application and deploy the image on OCI Container Instances.
Technologies: Native Image, Apache Maven, Docker, OCI Container Instances