This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" ?> | |
| <template encoding-version="1.1"> | |
| <description>This template shows an end-to-end example of how to replicate table(s) | |
| from a source MySQL database to a target MySQL database</description> | |
| <groupId>68961054-015b-1000-2c21-01b42e84dbe0</groupId> | |
| <name>CDC_MySQL_Replication</name> | |
| <snippet> | |
| <connections> | |
| <id>9a0f0bca-5c0c-3f1e-0000-000000000000</id> | |
| <parentGroupId>23d80cd0-6e6e-31c9-0000-000000000000</parentGroupId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws lambda update-fnction-configuration\ --function-name "TeST" \ --description $(date -u + "%Y-%m-%dT%H:%M:%M:%SZ") |