We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b58be commit 494e381Copy full SHA for 494e381
msk-lambda-schema-avro-java-sam/MSKAndKafkaClientEC2.yaml
@@ -551,7 +551,7 @@ Resources:
551
#Checkout Serverless Patterns from Github
552
cd /home/ec2-user
553
SERVERLESS_LAND_GITHUB_LOCATION=${serverless_land_github_location}
554
- git clone -b feature/avro-code-generation $SERVERLESS_LAND_GITHUB_LOCATION
+ git clone $SERVERLESS_LAND_GITHUB_LOCATION
555
cd ./serverless-patterns/msk-lambda-schema-avro-java-sam
556
cp template_original.yaml template.yaml
557
sudo chown -R ec2-user .
0 commit comments