Ask questions and see you at December, 2nd, 8.PM. CET: youtube.com/c/bienadam/live
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions. Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
When trying to use your template aws-quarkus-lambda-cdk-plain, it took several hours to get it to deploy due to a bootstrap issue.
I finally found the following worked to properly bootstrap the app:
export CDK_NEW_BOOTSTRAP=1
cdk bootstrap aws://ACCOUNT-NUMBER/REGION
Evidently the "modern" template is required for bootstrap and the above command configures it correctly.
Can you explain how to properly setup aws cdk/lambda via bootstrap and config and if an IAM user is required?
Thanks much