| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseCode example for a refactoring from lambda to step function and eventbridge pipes
TypeScript 4
# Restore DynamoDB in cdk
1) create a backup of the old table
```
aws dynamodb create-backup --table-name <old-table-name> --backup-name <some-backup-name>
| Back | FazBrowse Home | New Git URL |