Laren-AWS
Laren-AWS
From customer feedback This example in EventBridge is about scheduled rules, but the Java & Kotlin examples don't have schedule info: https://docs.aws.amazon.com/en_us/eventbridge/latest/userguide/example_eventbridge_PutRule_section.html
Implement the scenario and API examples from #2588. Requirements: - [ ] Runnable scenario code. - [ ] Service action code (may be same as scenario code). - [ ]...
Our team is taking ownership of the current contents of the `lambda_functions` folder, especially the `blank-*` functions. The Lambda team has said they want to remove the `blank-*` functions in...
Implement the scenario and service action calls to create examples for each SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated...
Our current build process extracts snippets as part of our internal doc build. We currently also use a snippet extractor in dry-run mode to lint snippet tags. This tool can...
The [Create and trigger a rule in Amazon EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/example_eventbridge_Scenario_createAndTriggerARule_section.html) scenario is long and rambling and may not work correctly. Audit the scenario, test it, and update it for coherence and...
Implement scenario and actions using PartiQL (as opposed to the basic DDB API) as described in parent epic (#2764). Requirements: - [ ] Runnable scenario code. - [ ] Service...
Implement the scenario and service action calls to create examples for each SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated...
In a single action example, like [CreateTable](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/example_dynamodb_CreateTable_section.html), it could help customers if we added a link to the related scenario (if there is one). This should be able to be...