Hello,
Is there a way to integrate Serverless Framework and AWS CodeBuild?
I mean, I want to build deploy a Java application (built on Serverless) using AWS CodeBuild with the Serverless ‘deploy’ command.
Hello,
Is there a way to integrate Serverless Framework and AWS CodeBuild?
I mean, I want to build deploy a Java application (built on Serverless) using AWS CodeBuild with the Serverless ‘deploy’ command.
Of course - CodeBuild is just a managed build server, so you can do any build step you want.
Thanks a lot