[racket-users] Re: on updating the aws package to api version 20120810

2016-07-24 Thread Daniel Bastos
Hi, Greg. I'm not sure how to elegantly keep it backward compatible. The best thing I could come up with since yesterday would be to create new functions for the new version, by adding a parameter to defraw. (See below.) Do you or does anyone have a good idea? (defraw put-item "DynamoDB_2011120

[racket-users] Re: on updating the aws package to api version 20120810

2016-07-23 Thread Greg Hendershott
Hi, Daniel. Thank you. At a quick glance updating the AWS API version seems reasonable, as does adding new functionality like create-table-jsexpr (but not breaking backward compatibility -- e.g. let's not remove create-table or change the endpoint default.) In any case would you mind making a pul