cloudtools / awacs

Python library for AWS Access Policy Language creation
BSD 2-Clause "Simplified" License
395 stars 102 forks source link

Creating AWS objects from deserialized json? #131

Open harshita-gupta opened 5 years ago

harshita-gupta commented 5 years ago

Does this library support a deserialization method; in other words, the reverse of to_json()? If I have JSON/Dict repr of an AWS object, can I convert it back to an object?

michael-k commented 3 years ago

No, awacs does not support that.